dev-util/d-feet: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Thu, 20 Apr 2017 20:02:47 +0000 (22:02 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 20 Apr 2017 20:46:41 +0000 (22:46 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-util/d-feet/d-feet-0.3.10.ebuild
dev-util/d-feet/d-feet-0.3.11.ebuild

index c6c1fed25f042746ec3339a4aa5e5525a186b6fc..3b01d733dbe22d91b171adb38bc3f6217784f21f 100644 (file)
@@ -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}]
index 9e41db97b30a41ce22365c265199236914a61ae2..45c0789e57d1bb8a4c15fb92fd162917cfa4d655 100644 (file)
@@ -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
 "