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: Sat, 30 Jan 2021 10:03:50
Message-Id: 1612001024.700e630cca705aeea3a3055fad9217bc8d2d5f8f.sam@gentoo
1 commit: 700e630cca705aeea3a3055fad9217bc8d2d5f8f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 10:03:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 10:03:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700e630c
7
8 dev-vcs/stgit: Stabilize 0.23 arm64, #767730
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/stgit/stgit-0.23.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild
16 index bf3048b2701..a3d5fce696d 100644
17 --- a/dev-vcs/stgit/stgit-0.23.ebuild
18 +++ b/dev-vcs/stgit/stgit-0.23.ebuild
19 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="doc"
26
27 RDEPEND=">=dev-vcs/git-1.6.3.3"