From: Felix Tiede Date: Sun, 25 Mar 2018 18:08:34 +0000 (+0200) Subject: dev-util/eric: add (+) on qscintilla-python[qt5] USE dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b561e544db85f23f4e1e113f9cdc9cc230a76514;p=gentoo.git 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 --- diff --git a/dev-util/eric/eric-17.12.ebuild b/dev-util/eric/eric-17.12-r1.ebuild similarity index 80% rename from dev-util/eric/eric-17.12.ebuild rename to dev-util/eric/eric-17.12-r1.ebuild index 1f4209d6daa1..270355f4d0c8 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 }