diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-11-20 14:45:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-11-20 14:45:50 +0100 |
commit | c9bd7c367e9e44b153882951663b4fd09e8fadf2 (patch) | |
tree | 189334bb39807cdb6d366f2a455c341d3a844e94 | |
parent | net-dns/bind-tools: x86 stable wrt bug #595340 (diff) | |
download | gentoo-c9bd7c367e9e44b153882951663b4fd09e8fadf2.tar.gz gentoo-c9bd7c367e9e44b153882951663b4fd09e8fadf2.tar.bz2 gentoo-c9bd7c367e9e44b153882951663b4fd09e8fadf2.zip |
dev-libs/libgit2: x86 stable wrt bug #596758
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-libs/libgit2/libgit2-0.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgit2/libgit2-0.24.2.ebuild b/dev-libs/libgit2/libgit2-0.24.2.ebuild index bffbb6afb673..902f9f464432 100644 --- a/dev-libs/libgit2/libgit2-0.24.2.ebuild +++ b/dev-libs/libgit2/libgit2-0.24.2.ebuild @@ -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 ~ppc ~x86 ~ppc-macos" + KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos" fi DESCRIPTION="A linkable library for Git" |