Skip to content

Commit

Permalink
remove upnp support since upstream doesn't support it on linux
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 3, 2015
1 parent 0bf6a1b commit 3f9d3f4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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} ) )"

Expand All @@ -53,7 +52,7 @@ src_configure() {
egamesconf \
--disable-ccachetest \
--without-regex \
$(use_enable upnp UPnP) \
--disable-UPnP \
${myconf}
}

Expand Down

0 comments on commit 3f9d3f4

Please sign in to comment.