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 /sci-geosciences | |
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 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/tilecache/tilecache-2.11-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild index 9aa40748d29d..3ad9eb5b1aa8 100644 --- a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild +++ b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 dev-python/pygtk[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] - virtual/python-imaging[${PYTHON_USEDEP}]" + dev-python/pillow[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S=${WORKDIR}/mapcatcher-${PV} diff --git a/sci-geosciences/tilecache/tilecache-2.11-r1.ebuild b/sci-geosciences/tilecache/tilecache-2.11-r1.ebuild index b06e82a84d7f..f3219afee290 100644 --- a/sci-geosciences/tilecache/tilecache-2.11-r1.ebuild +++ b/sci-geosciences/tilecache/tilecache-2.11-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="virtual/python-imaging +RDEPEND="dev-python/pillow dev-python/paste" DEPEND="${RDEPEND} dev-python/setuptools |