diff options
author | Sam James <sam@gentoo.org> | 2022-06-23 06:16:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-23 06:16:46 +0100 |
commit | 1fcdcc8c88c02b6d7232c14f172b1b21c0020216 (patch) | |
tree | 7f578d27488837ef475642c61b5ae6e79196d042 /app-text | |
parent | dev-libs/udis86: needs python[xml(+)] (diff) | |
download | gentoo-1fcdcc8c88c02b6d7232c14f172b1b21c0020216.tar.gz gentoo-1fcdcc8c88c02b6d7232c14f172b1b21c0020216.tar.bz2 gentoo-1fcdcc8c88c02b6d7232c14f172b1b21c0020216.zip |
app-text/calibre: fix pillow dep
Closes: https://bugs.gentoo.org/823476
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.44.0-r1.ebuild (renamed from app-text/calibre/calibre-5.44.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-5.44.0.ebuild b/app-text/calibre/calibre-5.44.0-r1.ebuild index f3484c057923..ef3d30c83df3 100644 --- a/app-text/calibre/calibre-5.44.0.ebuild +++ b/app-text/calibre/calibre-5.44.0-r1.ebuild @@ -68,7 +68,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}] >=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}] >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}] - >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}] + >=dev-python/pillow-3.2.0[truetype,${PYTHON_USEDEP}] >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}] >=dev-python/pychm-0.8.6[${PYTHON_USEDEP}] dev-python/pycryptodome[${PYTHON_USEDEP}] |