Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/
Date: Tue, 01 Jun 2021 18:28:32
Message-Id: 1622572105.889520d7db23574a6dd228b3b0b41f718095c248.andrewammerlaan@gentoo
1 commit: 889520d7db23574a6dd228b3b0b41f718095c248
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 18:07:59 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 18:28:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889520d7
7
8 dev-python/python-poppler-qt5: restrict to <dev-python/sip-5
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
17 index c0d0e5308f0..f4b01c824a5 100644
18 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
19 +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
20 @@ -19,6 +19,7 @@ RDEPEND="
21 app-text/poppler[qt5]
22 dev-python/PyQt5[${PYTHON_USEDEP}]
23 >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
24 + <dev-python/sip-5:=[${PYTHON_USEDEP}]
25 "
26 DEPEND="${RDEPEND}"