diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-01 20:15:13 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-01 20:28:25 +0200 |
commit | ee8c1050ec33a34b3134c2dc52addda9cb2c0695 (patch) | |
tree | e25e68f23dd6de5a3b8c0a0d04b4e6fba2a4b1a8 /app-editors/qhexedit2 | |
parent | dev-libs/libarcus: restrict to <dev-python/sip-5 (diff) | |
download | gentoo-ee8c1050ec33a34b3134c2dc52addda9cb2c0695.tar.gz gentoo-ee8c1050ec33a34b3134c2dc52addda9cb2c0695.tar.bz2 gentoo-ee8c1050ec33a34b3134c2dc52addda9cb2c0695.zip |
app-editors/qhexedit2: restrict to <dev-python/sip-5
Bug: https://bugs.gentoo.org/793419
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild index 0fb05349bf5e..bc6a9f42909e 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild @@ -30,7 +30,7 @@ RDEPEND=" dev-qt/qtwidgets:5 python? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - dev-python/sip[${PYTHON_USEDEP}] + <dev-python/sip-5[${PYTHON_USEDEP}] ${PYTHON_DEPS} ) " |