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: Sun, 31 Oct 2021 18:07:29
Message-Id: 1635703570.29c58909b60424ead0cb55ac8b8604f23dd185e2.sam@gentoo
1 commit: 29c58909b60424ead0cb55ac8b8604f23dd185e2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 18:06:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 18:06:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c58909
7
8 dev-libs/libgit2: Stabilize 1.3.0 ppc, #821016
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libgit2/libgit2-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libgit2/libgit2-1.3.0.ebuild b/dev-libs/libgit2/libgit2-1.3.0.ebuild
16 index e8e89d8f2b8..f313e746908 100644
17 --- a/dev-libs/libgit2/libgit2-1.3.0.ebuild
18 +++ b/dev-libs/libgit2/libgit2-1.3.0.ebuild
19 @@ -13,7 +13,7 @@ S=${WORKDIR}/${P/_/-}
20
21 LICENSE="GPL-2-with-linking-exception"
22 SLOT="0/$(ver_cut 1-2)"
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 )"