Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Tue, 07 Jun 2022 07:14:22
Message-Id: 1654586056.3a83edc65b9449a7e9e3cfec5c7bab038f05ac2a.juippis@gentoo
1 commit: 3a83edc65b9449a7e9e3cfec5c7bab038f05ac2a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 7 06:57:37 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 7 07:14:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a83edc6
7
8 dev-vcs/tortoisehg: Stabilize 5.9.3 amd64, #850166
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild
16 index 842a50011b37..fc35f66b6033 100644
17 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild
18 +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild
19 @@ -10,7 +10,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.8[${PYTHON_USEDEP}]
27 <dev-vcs/mercurial-5.10[${PYTHON_USEDEP}]"