Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
Date: Mon, 27 May 2019 21:05:08
Message-Id: 1558990858.e85ef3d82457dd3d5d9e0c4cc904d3a9662f4f02.bman@gentoo
1 commit: e85ef3d82457dd3d5d9e0c4cc904d3a9662f4f02
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 27 21:00:58 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 27 21:00:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85ef3d8
7
8 dev-libs/libgit2: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-libs/libgit2/libgit2-0.26.8.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libgit2/libgit2-0.26.8.ebuild b/dev-libs/libgit2/libgit2-0.26.8.ebuild
18 index 89674ff077f..715f0172be3 100644
19 --- a/dev-libs/libgit2/libgit2-0.26.8.ebuild
20 +++ b/dev-libs/libgit2/libgit2-0.26.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
28 inherit git-r3
29 else
30 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~ppc-macos"
32 + KEYWORDS="amd64 ~arm arm64 ~ppc x86 ~ppc-macos"
33 fi
34
35 DESCRIPTION="A linkable library for Git"