diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2015-10-19 21:11:00 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2015-10-19 21:11:36 +0200 |
commit | 947c7f5dd4164b1a074515cc398830544ead73d6 (patch) | |
tree | b8f32abb05afcf1c595840623123b836535c691a /games-action/bzflag | |
parent | sys-auth/keystone: install wsgi files (diff) | |
download | gentoo-947c7f5dd4164b1a074515cc398830544ead73d6.tar.gz gentoo-947c7f5dd4164b1a074515cc398830544ead73d6.tar.bz2 gentoo-947c7f5dd4164b1a074515cc398830544ead73d6.zip |
games-action/bzflag: add dependency on net-libs/miniupnpc subslot. Bug #562352
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-action/bzflag')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/bzflag/bzflag-2.4.2.ebuild b/games-action/bzflag/bzflag-2.4.2.ebuild index 954ad9958e2a..15a9ba0e0d64 100644 --- a/games-action/bzflag/bzflag-2.4.2.ebuild +++ b/games-action/bzflag/bzflag-2.4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools eutils flag-o-matic games DESCRIPTION="3D tank combat simulator game" @@ -32,7 +32,7 @@ UIDEPEND="virtual/opengl DEPEND=">=net-misc/curl-7.15.0 sys-libs/ncurses net-dns/c-ares - upnp? ( net-libs/miniupnpc ) + upnp? ( || ( net-libs/miniupnpc:0/0 net-libs/miniupnpc:0/12 ) ) sdl? ( ${UIDEPEND} ) !sdl? ( !dedicated? ( ${UIDEPEND} ) )" |