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-libs/libgit2/
Date: Wed, 01 Sep 2021 18:32:30
Message-Id: 1630521089.48915456fc4f5c97a7f8055c03eadb538b0199e3.sam@gentoo
1 commit: 48915456fc4f5c97a7f8055c03eadb538b0199e3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 18:29:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 18:31:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48915456
7
8 dev-libs/libgit2: Stabilize 1.1.1 arm, #811048
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libgit2/libgit2-1.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libgit2/libgit2-1.1.1.ebuild b/dev-libs/libgit2/libgit2-1.1.1.ebuild
16 index e5be2e90728..27ef1c642b1 100644
17 --- a/dev-libs/libgit2/libgit2-1.1.1.ebuild
18 +++ b/dev-libs/libgit2/libgit2-1.1.1.ebuild
19 @@ -13,7 +13,7 @@ S=${WORKDIR}/${P/_/-}
20
21 LICENSE="GPL-2-with-linking-exception"
22 SLOT="0/1.1"
23 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~ppc-macos"
24 +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86 ~ppc-macos"
25 IUSE="examples gssapi +ssh test +threads trace"
26 RESTRICT="!test? ( test )"