diff options
author | Sam James <sam@gentoo.org> | 2023-08-21 04:47:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-21 04:47:57 +0100 |
commit | 00be8b47543bff291272f3ef29702092360bbc94 (patch) | |
tree | e96171ef5ee51a5113561504bfad86b6cbf23add /dev-vcs/tortoisehg | |
parent | dev-vcs/tortoisehg: Stabilize 6.4.5 x86, #912432 (diff) | |
download | gentoo-00be8b47543bff291272f3ef29702092360bbc94.tar.gz gentoo-00be8b47543bff291272f3ef29702092360bbc94.tar.bz2 gentoo-00be8b47543bff291272f3ef29702092360bbc94.zip |
dev-vcs/tortoisehg: Stabilize 6.4.5 amd64, #912432
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.4.5.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.4.5.ebuild index 193798ef0832..835afa2479d1 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.4.5.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.4.5.ebuild @@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm64 x86" SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-6.2[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-vcs/mercurial-6.3.2[${PYTHON_USEDEP}]' python3_11 ) |