dev-libs/libgit2: arm64 stable
authorAaron Bauman <bman@gentoo.org>
Mon, 27 May 2019 21:00:58 +0000 (17:00 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 27 May 2019 21:00:58 +0000 (17:00 -0400)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

dev-libs/libgit2/libgit2-0.26.8.ebuild

index 89674ff077fc3c9d7958251275b7577447f6573d..715f0172be334837b59a6065527ae7a19d5325a4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
 else
        SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~ppc-macos"
+       KEYWORDS="amd64 ~arm arm64 ~ppc x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"