diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-03-07 09:11:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-07 09:11:57 +0200 |
commit | bb4aaa137f8a25361fc8a9da9483224aefeb7c3f (patch) | |
tree | 065d2568aad5f3dec0ba8bad7335ac889664db87 /dev-vcs/tortoisehg | |
parent | dev-vcs/mercurial: Stabilize 6.3.2 amd64, #899646 (diff) | |
download | gentoo-bb4aaa137f8a25361fc8a9da9483224aefeb7c3f.tar.gz gentoo-bb4aaa137f8a25361fc8a9da9483224aefeb7c3f.tar.bz2 gentoo-bb4aaa137f8a25361fc8a9da9483224aefeb7c3f.zip |
dev-vcs/tortoisehg: Stabilize 6.3.2 amd64, #899646
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.3.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.3.2.ebuild index 082bf4853066..619a4625c27b 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.3.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.3.2.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-5.9[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-vcs/mercurial-6.3.2[${PYTHON_USEDEP}]' python3_11 ) |