diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-03 10:43:00 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-03 10:43:00 -0500 |
commit | 3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0 (patch) | |
tree | a92dbe3c6faacaf7789868991f9a21446b2c1e41 /games-action | |
parent | media-sound/qmmp: Bump to versions 0.9.3 and 1.0.1 (diff) | |
download | gentoo-3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0.tar.gz gentoo-3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0.tar.bz2 gentoo-3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0.zip |
remove upnp support since upstream doesn't support it on linux
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.2-r1.ebuild (renamed from games-action/bzflag/bzflag-2.4.2.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-action/bzflag/bzflag-2.4.2.ebuild b/games-action/bzflag/bzflag-2.4.2-r1.ebuild index 15a9ba0e0d64..e0273ad68ac6 100644 --- a/games-action/bzflag/bzflag-2.4.2.ebuild +++ b/games-action/bzflag/bzflag-2.4.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="dedicated sdl upnp" +IUSE="dedicated sdl" UIDEPEND="virtual/opengl virtual/glu @@ -32,7 +32,6 @@ UIDEPEND="virtual/opengl DEPEND=">=net-misc/curl-7.15.0 sys-libs/ncurses net-dns/c-ares - upnp? ( || ( net-libs/miniupnpc:0/0 net-libs/miniupnpc:0/12 ) ) sdl? ( ${UIDEPEND} ) !sdl? ( !dedicated? ( ${UIDEPEND} ) )" @@ -53,7 +52,7 @@ src_configure() { egamesconf \ --disable-ccachetest \ --without-regex \ - $(use_enable upnp UPnP) \ + --disable-UPnP \ ${myconf} } |