diff options
author | Sam James <sam@gentoo.org> | 2021-09-03 19:00:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 19:00:58 +0100 |
commit | 22d7c28e7b8ff0e2e5bd3e9900b2ceab0e3e42d6 (patch) | |
tree | 9a33fa22ddb277430edb0f0bd8838b2ba97da9d0 /dev-vcs/tortoisehg | |
parent | dev-vcs/tortoisehg: Stabilize 5.8.1 x86, #811126 (diff) | |
download | gentoo-22d7c28e7b8ff0e2e5bd3e9900b2ceab0e3e42d6.tar.gz gentoo-22d7c28e7b8ff0e2e5bd3e9900b2ceab0e3e42d6.tar.bz2 gentoo-22d7c28e7b8ff0e2e5bd3e9900b2ceab0e3e42d6.zip |
dev-vcs/tortoisehg: Stabilize 5.8.1 amd64, #811126
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild index de2b26ffa95c..6ad5578ea556 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild @@ -9,7 +9,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.7[${PYTHON_USEDEP}] <dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]" |