diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-06 12:50:58 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-06 12:50:58 +0000 |
commit | dbf5b941bc7168288f85220505537272abf1b854 (patch) | |
tree | 39a45b265ac917e9826836bed1ac1d9efa130040 /dev-vcs/tortoisehg | |
parent | dev-vcs/mercurial: Stabilize 6.3.2 x86, #899646 (diff) | |
download | gentoo-dbf5b941bc7168288f85220505537272abf1b854.tar.gz gentoo-dbf5b941bc7168288f85220505537272abf1b854.tar.bz2 gentoo-dbf5b941bc7168288f85220505537272abf1b854.zip |
dev-vcs/tortoisehg: Stabilize 6.3.2 x86, #899646
Signed-off-by: Arthur Zamarin <arthurzam@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 b14e5b79045a..082bf4853066 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 ) |