diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:51:41 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:54:22 +0100 |
commit | 51387d96d2100653c21c2125766020d77ce0b781 (patch) | |
tree | d44a83e6a950bdd42b4f6076b286cbd4115ed7a9 /media-video/griffith | |
parent | media-libs/aubio: Install python last so that cwd is not changed too early. B... (diff) | |
download | gentoo-51387d96d2100653c21c2125766020d77ce0b781.tar.gz gentoo-51387d96d2100653c21c2125766020d77ce0b781.tar.bz2 gentoo-51387d96d2100653c21c2125766020d77ce0b781.zip |
Convert from virtual/python-imaging to plain dev-python/pillow
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/griffith-0.13-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.13.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r1.ebuild index 756596acd6c3..8f0d5ff216c3 100644 --- a/media-video/griffith/griffith-0.13-r1.ebuild +++ b/media-video/griffith/griffith-0.13-r1.ebuild @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="doc" -RDEPEND="virtual/python-imaging +RDEPEND="dev-python/pillow gnome-base/libglade dev-python/pyxml[${PYTHON_USEDEP}] >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}] diff --git a/media-video/griffith/griffith-0.13.ebuild b/media-video/griffith/griffith-0.13.ebuild index 116ee406fbc9..2ecd0a2a2956 100644 --- a/media-video/griffith/griffith-0.13.ebuild +++ b/media-video/griffith/griffith-0.13.ebuild @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc" -RDEPEND="virtual/python-imaging +RDEPEND="dev-python/pillow gnome-base/libglade dev-python/pyxml >=dev-python/pygtk-2.6.1:2 |