commit:     e003cddbc998bb9a77432f0962c6851e47044400
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Oct  5 23:50:26 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 04:26:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e003cddb

app-text/calibre: add missing USE dependencies for image support

calibre needs support for these image types, and tests for some of them,
but their USE flags aren't guaranteed to be enabled. Guarantee it, even
if until now people tended not to notice somehow. ;)

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-text/calibre/calibre-5.44.0-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/calibre/calibre-5.44.0-r2.ebuild 
b/app-text/calibre/calibre-5.44.0-r2.ebuild
index 2e49cf2a9179..aa777d9a83cb 100644
--- a/app-text/calibre/calibre-5.44.0-r2.ebuild
+++ b/app-text/calibre/calibre-5.44.0-r2.ebuild
@@ -70,21 +70,21 @@ 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[truetype,${PYTHON_USEDEP}]
+               
>=dev-python/pillow-3.2.0[jpeg,truetype,webp,zlib,${PYTHON_USEDEP}]
                >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
                >=dev-python/pychm-0.8.6[${PYTHON_USEDEP}]
                dev-python/pycryptodome[${PYTHON_USEDEP}]
                >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
                >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
                dev-python/zeroconf[${PYTHON_USEDEP}]
-               
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
+               
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,widgets,network,printsupport,svg,${PYTHON_USEDEP}]
                
>=dev-python/PyQtWebEngine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
                dev-python/regex[${PYTHON_USEDEP}]
        ')
        dev-qt/qtimageformats:5
        dev-qt/qtcore:5=
        dev-qt/qtdbus:5=
-       dev-qt/qtgui:5=[jpeg]
+       dev-qt/qtgui:5=[jpeg,png]
        dev-qt/qtwidgets:5
        dev-util/desktop-file-utils
        dev-util/gtk-update-icon-cache

Reply via email to