Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Mon, 14 Jun 2021 20:50:46
Message-Id: 1623703743.11af861c0aa0675c2c58f1f6c7ca506c45c0f64f.zmedico@gentoo
1 commit: 11af861c0aa0675c2c58f1f6c7ca506c45c0f64f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 20:45:26 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 20:49:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af861c
7
8 Revert "app-text/calibre: unpin dev-python/sip version for SIP v5"
9
10 This reverts commit 875872c2297b31dd08b3ef11a7f7bb06b96b0edf.
11 The SIP v5 migration depends on a dev-python/PyQt-builder
12 ebuild requested in bug 796005.
13
14 Bug: https://bugs.gentoo.org/744958
15 Bug: https://bugs.gentoo.org/793986
16 Bug: https://bugs.gentoo.org/796005
17 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
18
19 app-text/calibre/calibre-5.16.1.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1.ebuild
23 index 806a4b6563f..6f924cf6720 100644
24 --- a/app-text/calibre/calibre-5.16.1.ebuild
25 +++ b/app-text/calibre/calibre-5.16.1.ebuild
26 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND}
27 DEPEND="${COMMON_DEPEND}
28 $(python_gen_cond_dep '
29 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
30 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
31 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
32 ')
33 >=virtual/podofo-build-0.9.6_pre20171027
34 virtual/pkgconfig"