diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:11:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:40:58 +0100 |
commit | 7233cc37a03b2a1ca86a3a673f4bd76d16b14e42 (patch) | |
tree | 0871715a543ed6a583f03d9fd093d66fa7dfe033 /dev-vcs | |
parent | dev-python/rpy2: Post-rename cleanup (diff) | |
download | gentoo-7233cc37a03b2a1ca86a3a673f4bd76d16b14e42.tar.gz gentoo-7233cc37a03b2a1ca86a3a673f4bd76d16b14e42.tar.bz2 gentoo-7233cc37a03b2a1ca86a3a673f4bd76d16b14e42.zip |
Rename dev-python/{qscintilla-python → qscintilla}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild index 04c4dc09091d..275f985c283d 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt5[network,svg,${PYTHON_USEDEP}] - >=dev-python/qscintilla-python-2.11.6[qt5(+),${PYTHON_USEDEP}] + >=dev-python/qscintilla-2.11.6[qt5(+),${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} @@ -71,7 +71,7 @@ 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 "dev-python/qscintilla-python." + elog "dev-python/qscintilla." optfeature "the core git extension support" dev-python/pygit2 } diff --git a/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild index 1e055fca3a93..5b6bc7eb0d3c 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild @@ -35,7 +35,7 @@ RDEPEND=" dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt5[network,svg,${PYTHON_USEDEP}] - >=dev-python/qscintilla-python-2.11.6[qt5(+),${PYTHON_USEDEP}] + >=dev-python/qscintilla-2.11.6[qt5(+),${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} @@ -71,7 +71,7 @@ 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 "dev-python/qscintilla-python." + elog "dev-python/qscintilla." optfeature "the core git extension support" dev-python/pygit2 } diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 51dfb4c89ae7..eb848b46b641 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -35,7 +35,7 @@ RDEPEND=" dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt5[network,svg,${PYTHON_USEDEP}] - >=dev-python/qscintilla-python-2.11.6[qt5(+),${PYTHON_USEDEP}] + >=dev-python/qscintilla-2.11.6[qt5(+),${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} @@ -71,7 +71,7 @@ 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 "dev-python/qscintilla-python." + elog "dev-python/qscintilla." optfeature "the core git extension support" dev-python/pygit2 } |