diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-07 00:53:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-07 00:53:59 +0300 |
commit | 1a71c51904860da2678aa051d405ef95ee4a5875 (patch) | |
tree | f6d7e8db6984d23d3dff0fb5bba12685d7b24b0f /dev-libs/libgit2 | |
parent | app-office/gnucash: amd64 stable wrt bug #667544 (diff) | |
download | gentoo-1a71c51904860da2678aa051d405ef95ee4a5875.tar.gz gentoo-1a71c51904860da2678aa051d405ef95ee4a5875.tar.bz2 gentoo-1a71c51904860da2678aa051d405ef95ee4a5875.zip |
dev-libs/libgit2: amd64 stable wrt bug #667860
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libgit2')
-rw-r--r-- | dev-libs/libgit2/libgit2-0.26.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgit2/libgit2-0.26.7.ebuild b/dev-libs/libgit2/libgit2-0.26.7.ebuild index e6c58a1e0bc1..26a478372b1a 100644 --- a/dev-libs/libgit2/libgit2-0.26.7.ebuild +++ b/dev-libs/libgit2/libgit2-0.26.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 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" |