From 733ae5636cdb0725a59b67a40d56f7a6069b3182 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 30 Mar 2009 22:51:11 +0200 Subject: I updated the gentoo eclass, so i can reduce code here. --- packaging/gentoo/tuxanci-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packaging') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 92c10c3..4ecdf3b 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -37,11 +37,11 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs="$(cmake-utils_use_with alsa AUDIO) - $(cmake-utils_use_enable debug DEBUG) - $(cmake-utils_use_with dedicated SERVER) - $(cmake-utils_use_with nls NLS) - $(cmake-utils_use_with opengl OPENGL) - $(cmake-utils_use_enable ipv6 IPV6)" + $(cmake-utils_use_enable debug) + $(cmake-utils_use_with dedicated) + $(cmake-utils_use_with nls) + $(cmake-utils_use_with opengl) + $(cmake-utils_use_enable ipv6)" mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DCMAKE_DATA_PATH=${GAMES_DATADIR} -- cgit v1.2.3