diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-27 17:00:58 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-27 17:00:58 -0400 |
commit | e85ef3d82457dd3d5d9e0c4cc904d3a9662f4f02 (patch) | |
tree | 96e5f52536833a3aebfe1041566fab74a1e61187 /dev-libs | |
parent | app-text/editorconfig-core-c: arm64 stable (diff) | |
download | gentoo-e85ef3d82457dd3d5d9e0c4cc904d3a9662f4f02.tar.gz gentoo-e85ef3d82457dd3d5d9e0c4cc904d3a9662f4f02.tar.bz2 gentoo-e85ef3d82457dd3d5d9e0c4cc904d3a9662f4f02.zip |
dev-libs/libgit2: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgit2/libgit2-0.26.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgit2/libgit2-0.26.8.ebuild b/dev-libs/libgit2/libgit2-0.26.8.ebuild index 89674ff077fc..715f0172be33 100644 --- a/dev-libs/libgit2/libgit2-0.26.8.ebuild +++ b/dev-libs/libgit2/libgit2-0.26.8.ebuild @@ -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" |