summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 22:06:41 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 22:59:02 +0200
commit493ba5488b264499f92f127a6fb64b70b773a170 (patch)
tree4a2f0f515a1ff119df370d5d4896ecd011a080c2 /net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
parentnet-irc/weechat: [QA] Add missing python metadata variables (diff)
downloadgentoo-493ba5488b264499f92f127a6fb64b70b773a170.tar.gz
gentoo-493ba5488b264499f92f127a6fb64b70b773a170.tar.bz2
gentoo-493ba5488b264499f92f127a6fb64b70b773a170.zip
net-libs/gupnp-igd: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild')
-rw-r--r--net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
index 932881693666..f1c343c3cbfb 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
net-libs/gssdp
@@ -22,9 +23,10 @@ RDEPEND="
>=dev-libs/glib-2.16:2
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+ ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
- )"
+ )"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
sys-devel/gettext