diff options
-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}] |