summaryrefslogtreecommitdiff
path: root/net-libs/gupnp-igd
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
parent070bc1de11f7330a16de69106ee333dcf301db2a (diff)
downloadgentoo-493ba5488b264499f92f127a6fb64b70b773a170.tar.gz
gentoo-493ba5488b264499f92f127a6fb64b70b773a170.tar.xz
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')
-rw-r--r--net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild6
-rw-r--r--net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild4
-rw-r--r--net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild4
3 files changed, 10 insertions, 4 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 93288169366..f1c343c3cbf 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
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
index 34d9fa0669c..2286f628e1b 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.3-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="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
@@ -22,6 +23,7 @@ RDEPEND="
>=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+ ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
)"
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
index 45798612f6a..7bbcda8a922 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
@@ -22,6 +23,7 @@ RDEPEND="
>=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+ ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
)"