diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-10-26 09:18:33 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-10-26 09:18:33 +0300 |
commit | f38aa715ef41ef576652eebe09ff7c6d22166464 (patch) | |
tree | b2f6368edba0dce7be2dc620e99e5c978b7001ef /dev-vcs | |
parent | dev-vcs/tortoisehg: Stabilize 6.6.3 amd64, #942129 (diff) | |
download | gentoo-f38aa715ef41ef576652eebe09ff7c6d22166464.tar.gz gentoo-f38aa715ef41ef576652eebe09ff7c6d22166464.tar.bz2 gentoo-f38aa715ef41ef576652eebe09ff7c6d22166464.zip |
dev-vcs/tortoisehg: Stabilize 6.6.3 x86, #942129
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild index f883fe7f2db7..1e055fca3a93 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.6.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.6.3.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 ) |