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/stgit/
Date: Mon, 10 Jan 2022 23:00:36
Message-Id: 1641855577.c993893d718f7c64d1502c8aaa0e6f688a674a85.sam@gentoo
1 commit: c993893d718f7c64d1502c8aaa0e6f688a674a85
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 22:59:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 22:59:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c993893d
7
8 dev-vcs/stgit: Stabilize 1.4 ALLARCHES, #830969
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/stgit/stgit-1.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/stgit/stgit-1.4.ebuild b/dev-vcs/stgit/stgit-1.4.ebuild
16 index fae3f3498df8..ffb9c6761f48 100644
17 --- a/dev-vcs/stgit/stgit-1.4.ebuild
18 +++ b/dev-vcs/stgit/stgit-1.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
31 IUSE="doc"
32
33 RDEPEND=">=dev-vcs/git-1.6.3.3"