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 19:15:28
Message-Id: 1623698030.875872c2297b31dd08b3ef11a7f7bb06b96b0edf.zmedico@gentoo
1 commit: 875872c2297b31dd08b3ef11a7f7bb06b96b0edf
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 19:13:09 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 19:13:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875872c2
7
8 app-text/calibre: unpin dev-python/sip version for SIP v5
9
10 Bug: https://bugs.gentoo.org/793986
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-text/calibre/calibre-5.16.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1.ebuild
18 index 6f924cf6720..806a4b6563f 100644
19 --- a/app-text/calibre/calibre-5.16.1.ebuild
20 +++ b/app-text/calibre/calibre-5.16.1.ebuild
21 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND}
22 DEPEND="${COMMON_DEPEND}
23 $(python_gen_cond_dep '
24 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
25 - <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
26 + dev-python/sip[${PYTHON_MULTI_USEDEP}]
27 ')
28 >=virtual/podofo-build-0.9.6_pre20171027
29 virtual/pkgconfig"