diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 22:06:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 22:59:02 +0200 |
commit | 493ba5488b264499f92f127a6fb64b70b773a170 (patch) | |
tree | 4a2f0f515a1ff119df370d5d4896ecd011a080c2 /net-libs/gupnp-igd | |
parent | net-irc/weechat: [QA] Add missing python metadata variables (diff) | |
download | gentoo-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')
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 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 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 34d9fa0669c3..2286f628e1be 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 45798612f6a7..7bbcda8a9220 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}] )" |