summaryrefslogtreecommitdiff
path: root/dev-util/eric
diff options
context:
space:
mode:
authorFelix Tiede <info@pc-tiede.de>2018-03-25 20:08:34 +0200
committerDavide Pesavento <pesa@gentoo.org>2018-03-25 20:11:35 +0200
commitb561e544db85f23f4e1e113f9cdc9cc230a76514 (patch)
tree56cc29399c2acb86cbcaf6f361115bf65e51c3de /dev-util/eric
parentec2e6a85b7545a696fee95d0ece01ff517da82d6 (diff)
downloadgentoo-b561e544db85f23f4e1e113f9cdc9cc230a76514.tar.gz
gentoo-b561e544db85f23f4e1e113f9cdc9cc230a76514.tar.xz
dev-util/eric: add (+) on qscintilla-python[qt5] USE dep
Closes: https://bugs.gentoo.org/651320 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util/eric')
-rw-r--r--dev-util/eric/eric-17.12-r1.ebuild (renamed from dev-util/eric/eric-17.12.ebuild)13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-util/eric/eric-17.12.ebuild b/dev-util/eric/eric-17.12-r1.ebuild
index 1f4209d6daa..270355f4d0c 100644
--- a/dev-util/eric/eric-17.12.ebuild
+++ b/dev-util/eric/eric-17.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,13 +20,13 @@ IUSE=""
DEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.14.3[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.7.1[${PYTHON_USEDEP},gui,network,printsupport,sql,svg,widgets]
- >=dev-python/qscintilla-python-2.9.4-r1[${PYTHON_USEDEP},qt5]
+ >=dev-python/PyQt5-5.7.1[gui,network,printsupport,sql,svg,widgets,${PYTHON_USEDEP}]
+ >=dev-python/qscintilla-python-2.10[qt5(+),${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
|| (
- dev-python/PyQt5[${PYTHON_USEDEP},help,webkit]
- dev-python/PyQt5[${PYTHON_USEDEP},help,webengine]
+ dev-python/PyQt5[help,webengine,${PYTHON_USEDEP}]
+ dev-python/PyQt5[help,webkit,${PYTHON_USEDEP}]
)
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
>=dev-python/coverage-4.1.0[${PYTHON_USEDEP}]
@@ -69,8 +69,7 @@ pkg_postinst(){
xdg_desktop_database_update
if ! has_version dev-python/enchant; then
- elog "You might want to install dev-python/pyenchant"
- elog "for spell checking."
+ elog "You might want to install dev-python/pyenchant for spell checking."
fi
}