diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-26 17:59:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-26 17:59:38 +0300 |
commit | 7f40e3002f88d001262d86543656a9412d42cb17 (patch) | |
tree | cd005d8accac8f7c85f78c9ff099c9df4f920248 /dev-libs/libgit2 | |
parent | net-misc/whois: amd64 stable wrt bug #645230 (diff) | |
download | gentoo-7f40e3002f88d001262d86543656a9412d42cb17.tar.gz gentoo-7f40e3002f88d001262d86543656a9412d42cb17.tar.bz2 gentoo-7f40e3002f88d001262d86543656a9412d42cb17.zip |
dev-libs/libgit2: amd64 stable wrt bug #644096
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libgit2')
-rw-r--r-- | dev-libs/libgit2/libgit2-0.26.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgit2/libgit2-0.26.0.ebuild b/dev-libs/libgit2/libgit2-0.26.0.ebuild index 899540f73af0..91ef9bb94123 100644 --- a/dev-libs/libgit2/libgit2-0.26.0.ebuild +++ b/dev-libs/libgit2/libgit2-0.26.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,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" |