Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/worldofpadman/
Date: Mon, 30 Apr 2018 15:58:34
Message-Id: 1525102789.91b236ff89395ef0f2996563e2d7fa0a10096bbd.floppym@gentoo
1 commit: 91b236ff89395ef0f2996563e2d7fa0a10096bbd
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Apr 30 14:13:27 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 15:39:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b236ff
7
8 games-fps/worldofpadman: Clean media-libs/speex dependencies.
9
10 games-fps/worldofpadman/worldofpadman-1.6.ebuild | 15 +++++----------
11 1 file changed, 5 insertions(+), 10 deletions(-)
12
13 diff --git a/games-fps/worldofpadman/worldofpadman-1.6.ebuild b/games-fps/worldofpadman/worldofpadman-1.6.ebuild
14 index 0599fd61759..6fce51878ab 100644
15 --- a/games-fps/worldofpadman/worldofpadman-1.6.ebuild
16 +++ b/games-fps/worldofpadman/worldofpadman-1.6.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -16,17 +16,12 @@ IUSE="+curl dedicated maps +openal +theora +vorbis"
24
25 RDEPEND="sys-libs/zlib
26 !dedicated? (
27 - || (
28 - (
29 - >=media-libs/speex-1.2.0
30 - media-libs/speexdsp
31 - )
32 - <media-libs/speex-1.2.0
33 - )
34 - virtual/jpeg:0
35 media-libs/libsdl[opengl,video,X]
36 - virtual/opengl
37 + >=media-libs/speex-1.2.0
38 + media-libs/speexdsp
39 virtual/glu
40 + virtual/jpeg:0
41 + virtual/opengl
42 openal? ( media-libs/openal )
43 curl? ( net-misc/curl )
44 vorbis? ( media-libs/libvorbis )