commit: b561e544db85f23f4e1e113f9cdc9cc230a76514 Author: Felix Tiede <info <AT> pc-tiede <DOT> de> AuthorDate: Sun Mar 25 18:08:34 2018 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sun Mar 25 18:11:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b561e544
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 dev-util/eric/{eric-17.12.ebuild => eric-17.12-r1.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 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 }
