commit: b4852e98734f2bb672d198bc04409820a3499938
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:43:01 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:28:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4852e98
media-video/griffith: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-video/griffith/griffith-0.13-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-video/griffith/griffith-0.13-r1.ebuild
b/media-video/griffith/griffith-0.13-r1.ebuild
index eccdabea31e..55114ed5969 100644
--- a/media-video/griffith/griffith-0.13-r1.ebuild
+++ b/media-video/griffith/griffith-0.13-r1.ebuild
@@ -18,9 +18,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="dev-python/pillow
- gnome-base/libglade
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-python/pillow[${PYTHON_USEDEP}]
+ gnome-base/libglade[${PYTHON_USEDEP}]
dev-python/pyxml[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]