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: Mon, 30 Aug 2021 01:28:03
Message-Id: 1630286818.6e0e4a660bba7bd0ff4d55922c7fced65fc18439.sam@gentoo
1 commit: 6e0e4a660bba7bd0ff4d55922c7fced65fc18439
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 01:26:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 01:26:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0e4a66
7
8 dev-libs/libgit2: Stabilize 1.1.1 ppc, #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 abc7a092974..e5be2e90728 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 )"