diff options
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild index 275f985c283d..1c274fbd77ca 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" ${HG_DEPEND} dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PyQt5[network,svg,${PYTHON_USEDEP}] + dev-python/pyqt5[network,svg,${PYTHON_USEDEP}] >=dev-python/qscintilla-2.11.6[qt5(+),${PYTHON_USEDEP}] " BDEPEND=" @@ -70,7 +70,7 @@ python_install_all() { pkg_postinst() { xdg_icon_cache_update elog "When startup of ${PN} fails with an API version mismatch error" - elog "between dev-python/sip and dev-python/PyQt5 please rebuild" + elog "between dev-python/sip and dev-python/pyqt5 please rebuild" elog "dev-python/qscintilla." optfeature "the core git extension support" dev-python/pygit2 |