dev-util/eric: add (+) on qscintilla-python[qt5] USE dep
authorFelix Tiede <info@pc-tiede.de>
Sun, 25 Mar 2018 18:08:34 +0000 (20:08 +0200)
committerDavide Pesavento <pesa@gentoo.org>
Sun, 25 Mar 2018 18:11:35 +0000 (20:11 +0200)
Closes: https://bugs.gentoo.org/651320
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-util/eric/eric-17.12-r1.ebuild [moved from dev-util/eric/eric-17.12.ebuild with 80% similarity]

similarity index 80%
rename from dev-util/eric/eric-17.12.ebuild
rename to dev-util/eric/eric-17.12-r1.ebuild
index 1f4209d6daa18a0a406597f7922bd04382e43f77..270355f4d0c807c71d44b7849d7c30d8ebf457db 100644 (file)
@@ -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
 }