mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
remove upnp support since upstream doesn't support it on linux
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user