Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/
Date: Tue, 03 Nov 2015 15:43:30
Message-Id: 1446565380.3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0.mr_bones_@gentoo
1 commit: 3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 15:43:00 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 15:43:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9d3f4b
7
8 remove upnp support since upstream doesn't support it on linux
9
10 Package-Manager: portage-2.2.20.1
11
12 games-action/bzflag/{bzflag-2.4.2.ebuild => bzflag-2.4.2-r1.ebuild} | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-action/bzflag/bzflag-2.4.2.ebuild b/games-action/bzflag/bzflag-2.4.2-r1.ebuild
16 similarity index 91%
17 rename from games-action/bzflag/bzflag-2.4.2.ebuild
18 rename to games-action/bzflag/bzflag-2.4.2-r1.ebuild
19 index 15a9ba0..e0273ad 100644
20 --- a/games-action/bzflag/bzflag-2.4.2.ebuild
21 +++ b/games-action/bzflag/bzflag-2.4.2-r1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
23 LICENSE="LGPL-2.1"
24 SLOT="0"
25 KEYWORDS="amd64 ppc x86"
26 -IUSE="dedicated sdl upnp"
27 +IUSE="dedicated sdl"
28
29 UIDEPEND="virtual/opengl
30 virtual/glu
31 @@ -32,7 +32,6 @@ UIDEPEND="virtual/opengl
32 DEPEND=">=net-misc/curl-7.15.0
33 sys-libs/ncurses
34 net-dns/c-ares
35 - upnp? ( || ( net-libs/miniupnpc:0/0 net-libs/miniupnpc:0/12 ) )
36 sdl? ( ${UIDEPEND} )
37 !sdl? ( !dedicated? ( ${UIDEPEND} ) )"
38
39 @@ -53,7 +52,7 @@ src_configure() {
40 egamesconf \
41 --disable-ccachetest \
42 --without-regex \
43 - $(use_enable upnp UPnP) \
44 + --disable-UPnP \
45 ${myconf}
46 }