commit:     493ba5488b264499f92f127a6fb64b70b773a170
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:06:41 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:59:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493ba548

net-libs/gupnp-igd: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild | 6 ++++--
 net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild | 4 +++-
 net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild    | 4 +++-
 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}]
        )"

Reply via email to