Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qhexedit2/
Date: Tue, 01 Jun 2021 18:28:34
Message-Id: 1622572105.ee8c1050ec33a34b3134c2dc52addda9cb2c0695.andrewammerlaan@gentoo
1 commit: ee8c1050ec33a34b3134c2dc52addda9cb2c0695
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 18:15:13 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=ee8c1050
7
8 app-editors/qhexedit2: restrict to <dev-python/sip-5
9
10 Bug: https://bugs.gentoo.org/793419
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild
18 index 0fb05349bf5..bc6a9f42909 100644
19 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild
20 +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild
21 @@ -30,7 +30,7 @@ RDEPEND="
22 dev-qt/qtwidgets:5
23 python? (
24 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
25 - dev-python/sip[${PYTHON_USEDEP}]
26 + <dev-python/sip-5[${PYTHON_USEDEP}]
27 ${PYTHON_DEPS}
28 )
29 "