summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-30 22:51:11 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-30 22:51:11 +0200
commit733ae5636cdb0725a59b67a40d56f7a6069b3182 (patch)
treeb0c18e18befd8399577da3ceb1d3f782e2bac363
parent73ebda7bfde2c1b449540e91a31578061fcb7211 (diff)
I updated the gentoo eclass, so i can reduce code here.
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
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}