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/git-cola/
Date: Wed, 07 Sep 2022 01:50:52
Message-Id: 1662515315.677ba6dd58251471cb4f245eebbb4643a7857e98.sam@gentoo
1 commit: 677ba6dd58251471cb4f245eebbb4643a7857e98
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 01:48:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 01:48:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677ba6dd
7
8 dev-vcs/git-cola: Stabilize 4.0.1 amd64, #868771
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/git-cola/git-cola-4.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/git-cola/git-cola-4.0.1.ebuild b/dev-vcs/git-cola/git-cola-4.0.1.ebuild
16 index 68d4675e79db..18fdcca3cf77 100644
17 --- a/dev-vcs/git-cola/git-cola-4.0.1.ebuild
18 +++ b/dev-vcs/git-cola/git-cola-4.0.1.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25 IUSE="test"
26
27 RESTRICT="!test? ( test )"