diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-30 16:13:27 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-30 11:39:49 -0400 |
commit | 91b236ff89395ef0f2996563e2d7fa0a10096bbd (patch) | |
tree | e9ef84a87902adf49c7a41ecd7ab24d80ff3f1d1 /games-fps/worldofpadman | |
parent | app-i18n/unicode-emoji: Avoid subshells. (diff) | |
download | gentoo-91b236ff89395ef0f2996563e2d7fa0a10096bbd.tar.gz gentoo-91b236ff89395ef0f2996563e2d7fa0a10096bbd.tar.bz2 gentoo-91b236ff89395ef0f2996563e2d7fa0a10096bbd.zip |
games-fps/worldofpadman: Clean media-libs/speex dependencies.
Diffstat (limited to 'games-fps/worldofpadman')
-rw-r--r-- | games-fps/worldofpadman/worldofpadman-1.6.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/games-fps/worldofpadman/worldofpadman-1.6.ebuild b/games-fps/worldofpadman/worldofpadman-1.6.ebuild index 0599fd617591..6fce51878abb 100644 --- a/games-fps/worldofpadman/worldofpadman-1.6.ebuild +++ b/games-fps/worldofpadman/worldofpadman-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,17 +16,12 @@ IUSE="+curl dedicated maps +openal +theora +vorbis" RDEPEND="sys-libs/zlib !dedicated? ( - || ( - ( - >=media-libs/speex-1.2.0 - media-libs/speexdsp - ) - <media-libs/speex-1.2.0 - ) - virtual/jpeg:0 media-libs/libsdl[opengl,video,X] - virtual/opengl + >=media-libs/speex-1.2.0 + media-libs/speexdsp virtual/glu + virtual/jpeg:0 + virtual/opengl openal? ( media-libs/openal ) curl? ( net-misc/curl ) vorbis? ( media-libs/libvorbis ) |