diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-06-14 13:45:26 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-06-14 13:49:03 -0700 |
commit | 11af861c0aa0675c2c58f1f6c7ca506c45c0f64f (patch) | |
tree | 6a955e554a2459c8d42db603b51011b7fbda35f5 /app-text | |
parent | dev-python/jq: Bump to version 1.1.3 (diff) | |
download | gentoo-11af861c0aa0675c2c58f1f6c7ca506c45c0f64f.tar.gz gentoo-11af861c0aa0675c2c58f1f6c7ca506c45c0f64f.tar.bz2 gentoo-11af861c0aa0675c2c58f1f6c7ca506c45c0f64f.zip |
Revert "app-text/calibre: unpin dev-python/sip version for SIP v5"
This reverts commit 875872c2297b31dd08b3ef11a7f7bb06b96b0edf.
The SIP v5 migration depends on a dev-python/PyQt-builder
ebuild requested in bug 796005.
Bug: https://bugs.gentoo.org/744958
Bug: https://bugs.gentoo.org/793986
Bug: https://bugs.gentoo.org/796005
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1.ebuild index 806a4b6563f8..6f924cf6720a 100644 --- a/app-text/calibre/calibre-5.16.1.ebuild +++ b/app-text/calibre/calibre-5.16.1.ebuild @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}] ') >=virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" |