commit:     3f9d3f4b6d210a77f2ab52be3d448f1e8d6429f0
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 15:43:00 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 15:43:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9d3f4b

remove upnp support since upstream doesn't support it on linux

Package-Manager: portage-2.2.20.1

 games-action/bzflag/{bzflag-2.4.2.ebuild => bzflag-2.4.2-r1.ebuild} | 5 ++---
 1 file 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
similarity index 91%
rename from games-action/bzflag/bzflag-2.4.2.ebuild
rename to games-action/bzflag/bzflag-2.4.2-r1.ebuild
index 15a9ba0..e0273ad 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}
 }
 

Reply via email to