diff options
author | 2021-10-29 12:14:47 +0100 | |
---|---|---|
committer | 2021-10-29 12:14:47 +0100 | |
commit | 61b1457ea5cd80a7615e782ad36c66097aed4ed6 (patch) | |
tree | 9f58a71a21e780f8b8a9b848842a3aaaae4c6354 /dev-vcs/tortoisehg | |
parent | media-gfx/gimp: Stabilize 2.10.28-r1 x86, #819372 (diff) | |
download | gentoo-61b1457ea5cd80a7615e782ad36c66097aed4ed6.tar.gz gentoo-61b1457ea5cd80a7615e782ad36c66097aed4ed6.tar.bz2 gentoo-61b1457ea5cd80a7615e782ad36c66097aed4ed6.zip |
dev-vcs/tortoisehg: Stabilize 5.9.1 x86, #819375
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild index 8f087458c5b7..965665fea182 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=no 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.8[${PYTHON_USEDEP}] <dev-vcs/mercurial-5.10[${PYTHON_USEDEP}]" |