Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
Date: Sat, 01 Oct 2016 00:55:13
Message-Id: 1475283239.41c5ba17a3e0bb32ba4ca47942c2b56c3661e8f3.pacho@gentoo
1 commit: 41c5ba17a3e0bb32ba4ca47942c2b56c3661e8f3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 22:51:28 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 00:53:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c5ba17
7
8 dev-libs/libgit2: x86 stable, bug 587010
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="x86"
12
13 dev-libs/libgit2/libgit2-0.24.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libgit2/libgit2-0.24.1.ebuild b/dev-libs/libgit2/libgit2-0.24.1.ebuild
17 index bffbb6a..902f9f4 100644
18 --- a/dev-libs/libgit2/libgit2-0.24.1.ebuild
19 +++ b/dev-libs/libgit2/libgit2-0.24.1.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-macos"
25 + KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos"
26 fi
27
28 DESCRIPTION="A linkable library for Git"