diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-26 06:05:30 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-26 06:05:30 +0000 |
commit | 813ab8b599b6710571ed45825e588f8ee2bb1521 (patch) | |
tree | ced9afb8eed164a6d778445fc267b79c99542f23 /dev-vcs | |
parent | dev-python/crispy-bootstrap5: Bump to 2024.2 (diff) | |
download | gentoo-813ab8b599b6710571ed45825e588f8ee2bb1521.tar.gz gentoo-813ab8b599b6710571ed45825e588f8ee2bb1521.tar.bz2 gentoo-813ab8b599b6710571ed45825e588f8ee2bb1521.zip |
dev-vcs/tortoisehg: Stabilize 6.5.1 x86, #925458
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-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 fb677516f59d..f0bdec3aa4ac 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ) |