commit:     23c525cb1616288103ccabb683710045338f17e0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:02:47 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c525cb

dev-util/d-feet: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/d-feet/d-feet-0.3.10.ebuild | 3 ++-
 dev-util/d-feet/d-feet-0.3.11.ebuild | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-util/d-feet/d-feet-0.3.10.ebuild 
b/dev-util/d-feet/d-feet-0.3.10.ebuild
index c6c1fed25f0..3b01d733dbe 100644
--- a/dev-util/d-feet/d-feet-0.3.10.ebuild
+++ b/dev-util/d-feet/d-feet-0.3.10.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"
@@ -17,6 +17,7 @@ IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        >=dev-libs/glib-2.34:2
        >=dev-libs/gobject-introspection-0.9.6
        >=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]

diff --git a/dev-util/d-feet/d-feet-0.3.11.ebuild 
b/dev-util/d-feet/d-feet-0.3.11.ebuild
index 9e41db97b30..45c0789e57d 100644
--- a/dev-util/d-feet/d-feet-0.3.11.ebuild
+++ b/dev-util/d-feet/d-feet-0.3.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,6 +17,7 @@ IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        >=dev-libs/glib-2.34:2
        >=dev-libs/gobject-introspection-0.9.6:=
        >=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]
@@ -24,7 +25,8 @@ RDEPEND="
        >=x11-libs/gtk+-3.9.4:3[introspection]
        x11-libs/libwnck:3[introspection]
 "
-DEPEND="${PYTHON_DEPS}
+DEPEND="
+       ${PYTHON_DEPS}
        app-text/yelp-tools
        >=dev-util/intltool-0.40.0
 "

Reply via email to