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 /app-office/impressive | |
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 'app-office/impressive')
-rw-r--r-- | app-office/impressive/impressive-0.10.5.ebuild | 2 | ||||
-rw-r--r-- | app-office/impressive/impressive-0.11.0b-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/impressive/impressive-0.10.5.ebuild b/app-office/impressive/impressive-0.10.5.ebuild index 56345d19a079..0c45da265fa6 100644 --- a/app-office/impressive/impressive-0.10.5.ebuild +++ b/app-office/impressive/impressive-0.10.5.ebuild @@ -23,7 +23,7 @@ DEPEND="" RDEPEND="${PYTHON_DEPS} !>=dev-python/pillow-3.0.0 app-text/pdftk - virtual/python-imaging[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] x11-misc/xdg-utils diff --git a/app-office/impressive/impressive-0.11.0b-r1.ebuild b/app-office/impressive/impressive-0.11.0b-r1.ebuild index db4e6db429c0..04769335d4f6 100644 --- a/app-office/impressive/impressive-0.11.0b-r1.ebuild +++ b/app-office/impressive/impressive-0.11.0b-r1.ebuild @@ -23,7 +23,7 @@ DEPEND="" RDEPEND="${PYTHON_DEPS} app-text/pdftk dev-python/pygame[${PYTHON_USEDEP}] - virtual/python-imaging[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] x11-apps/xrandr || ( app-text/mupdf |