diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-07 09:57:37 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-07 10:14:16 +0300 |
commit | 3a83edc65b9449a7e9e3cfec5c7bab038f05ac2a (patch) | |
tree | 39e0cdf218136d2941b2d06a8c20c375d938f71f /dev-vcs/tortoisehg | |
parent | app-emulation/spice: Stabilize 0.15.0 arm64, #850235 (diff) | |
download | gentoo-3a83edc65b9449a7e9e3cfec5c7bab038f05ac2a.tar.gz gentoo-3a83edc65b9449a7e9e3cfec5c7bab038f05ac2a.tar.bz2 gentoo-3a83edc65b9449a7e9e3cfec5c7bab038f05ac2a.zip |
dev-vcs/tortoisehg: Stabilize 5.9.3 amd64, #850166
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild index 842a50011b37..fc35f66b6033 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.3.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}]" |