summaryrefslogtreecommitdiff
path: root/games-strategy/0ad
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-22 09:13:55 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-22 09:14:12 +0200
commit63ef41c718a62fa23050d4f8abc9086b0e02feea (patch)
treebbea2821e14f0684fe2393cbb9228b66845b2542 /games-strategy/0ad
parent025693c51efadf809323f700eda208a97661d0ba (diff)
downloadgentoo-63ef41c718a62fa23050d4f8abc9086b0e02feea.tar.gz
gentoo-63ef41c718a62fa23050d4f8abc9086b0e02feea.tar.xz
games-strategy/0ad: Removed "sound" USE flag.
A game without sound does not really provide optimal game experience. Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-strategy/0ad')
-rw-r--r--games-strategy/0ad/0ad-0.0.22_alpha.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
index 2bc96642ea2..73de7d6ddbe 100644
--- a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
+++ b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-build.tar.xz"
LICENSE="GPL-2 LGPL-2.1 MIT CC-BY-SA-3.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="editor +lobby nvtt pch sound test"
+IUSE="editor +lobby nvtt pch test"
RESTRICT="test"
RDEPEND="
@@ -29,6 +29,8 @@ RDEPEND="
~games-strategy/0ad-data-${PV}
media-libs/libpng:0
media-libs/libsdl2[X,opengl,video]
+ media-libs/libvorbis
+ media-libs/openal
net-libs/enet:1.3
net-libs/miniupnpc:=
net-misc/curl
@@ -39,9 +41,7 @@ RDEPEND="
x11-libs/libXcursor
editor? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
lobby? ( >=net-libs/gloox-1.0.20 )
- nvtt? ( media-gfx/nvidia-texture-tools )
- sound? ( media-libs/libvorbis
- media-libs/openal )"
+ nvtt? ( media-gfx/nvidia-texture-tools )"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
@@ -65,7 +65,6 @@ src_configure() {
$(usex nvtt "" "--without-nvtt")
$(usex pch "" "--without-pch")
$(usex test "" "--without-tests")
- $(usex sound "" "--without-audio")
$(usex editor "--atlas" "")
$(usex lobby "" "--without-lobby")
--collada