From 7c11f269c0463177ffd233a9d7ae8420a25084c8 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Wed, 12 Aug 2009 19:59:06 +0200 Subject: Fix typo --- packaging/gentoo/tuxanci-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 672e9aa..f127544 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -45,7 +45,7 @@ src_configure() { $(cmake-utils_use_with nls) $(cmake-utils_use_with opengl) $(cmake-utils_use_enable ipv6) - $(cmake_utils_use_enable debug)" + $(cmake-utils_use_enable debug)" mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -- cgit v1.2.3 From 9c49d4308fea497fff69ee8b397414ae870061ea Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Fri, 14 Aug 2009 12:51:08 +0200 Subject: Ebuild: rename alsa useflag onto more descriptive sound --- packaging/gentoo/tuxanci-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packaging') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index f127544..255f3a5 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa debug dedicated ipv6 nls opengl" +IUSE="debug dedicated +ipv6 nls opengl +sound" # alsa is used only when building client RDEPEND=" @@ -30,7 +30,7 @@ RDEPEND=" media-libs/sdl-ttf[X] media-libs/sdl-image[png] x11-libs/cairo[X,svg] - alsa? ( + sound? ( media-libs/sdl-mixer[vorbis] ) ) @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_configure() { - local mycmakeargs="$(cmake-utils_use_with alsa AUDIO) + local mycmakeargs="$(cmake-utils_use_with sound AUDIO) $(cmake-utils_use_enable debug) $(cmake-utils_use_build dedicated SERVER) $(cmake-utils_use_with nls) -- cgit v1.2.3