summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 12:43:01 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 13:28:22 +0200
commitb4852e98734f2bb672d198bc04409820a3499938 (patch)
tree9ab06decb7e34fab60f52a7eaaaff6c5f67961be /media-video
parentmedia-video/dcpomatic: [QA] Add missing python metadata variables (diff)
downloadgentoo-b4852e98734f2bb672d198bc04409820a3499938.tar.gz
gentoo-b4852e98734f2bb672d198bc04409820a3499938.tar.bz2
gentoo-b4852e98734f2bb672d198bc04409820a3499938.zip
media-video/griffith: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-video')
-rw-r--r--media-video/griffith/griffith-0.13-r1.ebuild7
1 files 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 eccdabea31e9..55114ed59695 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}]