-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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}]
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
}