Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Fri, 03 Sep 2021 18:01:37
Message-Id: 1630692045.6d3b52bbc06e78a7d7120024fc8d488e76101d13.sam@gentoo
1 commit: 6d3b52bbc06e78a7d7120024fc8d488e76101d13
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 18:00:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 18:00:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3b52bb
7
8 dev-vcs/tortoisehg: Stabilize 5.8.1 x86, #811126
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild
16 index 702819ea4b0..de2b26ffa95 100644
17 --- a/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild
18 +++ b/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild
19 @@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=no
20 inherit desktop distutils-r1 optfeature xdg-utils
21
22 if [[ ${PV} != *9999* ]]; then
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="~amd64 ~arm64 x86"
25 SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz"
26 HG_DEPEND=">=dev-vcs/mercurial-5.7[${PYTHON_USEDEP}]
27 <dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]"