diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 12:43:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:28:22 +0200 |
commit | b4852e98734f2bb672d198bc04409820a3499938 (patch) | |
tree | 9ab06decb7e34fab60f52a7eaaaff6c5f67961be | |
parent | media-video/dcpomatic: [QA] Add missing python metadata variables (diff) | |
download | gentoo-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
-rw-r--r-- | media-video/griffith/griffith-0.13-r1.ebuild | 7 |
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}] |