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 /www-apps/curator | |
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 'www-apps/curator')
-rw-r--r-- | www-apps/curator/curator-3.0_p20110120.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/curator/curator-3.0_p20110120.ebuild b/www-apps/curator/curator-3.0_p20110120.ebuild index 90364c096417..daf35b64942c 100644 --- a/www-apps/curator/curator-3.0_p20110120.ebuild +++ b/www-apps/curator/curator-3.0_p20110120.ebuild @@ -19,7 +19,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - virtual/python-imaging + dev-python/pillow || ( >=media-gfx/imagemagick-5.4.9 media-gfx/graphicsmagick[imagemagick] )" S="${WORKDIR}/curator-3.0_pf078f1686a78" |