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:01
Message-Id: 1630286776.032224a5e979ea204d4ec7debab821d9f45e8211.sam@gentoo
1 commit: 032224a5e979ea204d4ec7debab821d9f45e8211
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 01:26:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 01:26:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032224a5
7
8 dev-libs/libgit2: Stabilize 1.1.1 ppc64, #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 fd03e3f56a4..abc7a092974 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 )"