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-tv | |
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-tv')
-rw-r--r-- | media-tv/freevo/freevo-1.9.0-r1.ebuild | 2 | ||||
-rw-r--r-- | media-tv/freevo/freevo-1.9.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/freevo/freevo-1.9.0-r1.ebuild b/media-tv/freevo/freevo-1.9.0-r1.ebuild index d1ebc6f0b9ba..be474ee37d78 100644 --- a/media-tv/freevo/freevo-1.9.0-r1.ebuild +++ b/media-tv/freevo/freevo-1.9.0-r1.ebuild @@ -21,7 +21,7 @@ IUSE="cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer n RDEPEND=" dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] - virtual/python-imaging[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] >=dev-python/twisted-core-2.5[${PYTHON_USEDEP}] >=dev-python/twisted-web-0.6[${PYTHON_USEDEP}] diff --git a/media-tv/freevo/freevo-1.9.0.ebuild b/media-tv/freevo/freevo-1.9.0.ebuild index 1a7a780b616f..2f86be8c019c 100644 --- a/media-tv/freevo/freevo-1.9.0.ebuild +++ b/media-tv/freevo/freevo-1.9.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 ppc x86" IUSE="cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer nls tv vorbis xine X" RDEPEND="dev-python/beautifulsoup:python-2 - virtual/python-imaging + dev-python/pillow dev-python/pygame >=dev-python/twisted-core-2.5 >=dev-python/twisted-web-0.6 |