summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-10 12:51:41 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-10 12:54:22 +0100
commit51387d96d2100653c21c2125766020d77ce0b781 (patch)
treed44a83e6a950bdd42b4f6076b286cbd4115ed7a9 /dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild
parentmedia-libs/aubio: Install python last so that cwd is not changed too early. B... (diff)
downloadgentoo-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 'dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild')
-rw-r--r--dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild b/dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild
index 5c218e4b631a..80dde8eafcd8 100644
--- a/dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild
+++ b/dev-python/xhtml2pdf/xhtml2pdf-0.0.6-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/html5lib[${PYTHON_USEDEP}]
- virtual/python-imaging[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
dev-python/PyPDF2[${PYTHON_USEDEP}]
>=dev-python/reportlab-2.2[${PYTHON_USEDEP}]
<dev-python/reportlab-3[${PYTHON_USEDEP}]"