diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-11-24 10:09:19 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-24 10:10:45 +0200 |
commit | 2a24a2f6083ae8c31e48f8cf02c89b8ab3f5569c (patch) | |
tree | 01e522a2296d575a8cec1c69ee7dff5de4bb5945 /dev-vcs/tortoisehg | |
parent | sci-libs/pdal: Stabilize 2.4.3 x86, #882537 (diff) | |
download | gentoo-2a24a2f6083ae8c31e48f8cf02c89b8ab3f5569c.tar.gz gentoo-2a24a2f6083ae8c31e48f8cf02c89b8ab3f5569c.tar.bz2 gentoo-2a24a2f6083ae8c31e48f8cf02c89b8ab3f5569c.zip |
dev-vcs/tortoisehg: Stabilize 6.2.3 x86, #881283
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild index 651d857a88a9..94e68d0a3fd9 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.2.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-5.9[${PYTHON_USEDEP}] <dev-vcs/mercurial-6.3[${PYTHON_USEDEP}]" |