summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2019-04-03 02:12:38 +0200
committerDavide Pesavento <pesa@gentoo.org>2019-04-03 03:00:03 +0200
commit3117ce0466bcd9966d422aa9fbf3deaf91d7de6f (patch)
tree1aa77e6a6fb88ce1c54415d405eaae107fc72249 /dev-python/qscintilla-python
parentdev-python/qscintilla-python: proper fix for the parallel install failure (diff)
downloadgentoo-3117ce0466bcd9966d422aa9fbf3deaf91d7de6f.tar.gz
gentoo-3117ce0466bcd9966d422aa9fbf3deaf91d7de6f.tar.bz2
gentoo-3117ce0466bcd9966d422aa9fbf3deaf91d7de6f.zip
dev-python/qscintilla-python: adjust deps
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/qscintilla-python')
-rw-r--r--dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild (renamed from dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild)10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
index 4c02bf5f03f6..b5af9609872c 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
@@ -24,17 +24,19 @@ IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="
+RDEPEND="
${PYTHON_DEPS}
- >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
- dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
~x11-libs/qscintilla-${PV}:=
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
+"
S=${WORKDIR}/${MY_P}/Python