diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-26 18:47:02 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-26 19:14:18 +0200 |
commit | 737afe739d12a60a60ebdc69fb07fd32e9ee4b90 (patch) | |
tree | f26d254426a3f0729352d518ed4c2b7ef31c78b4 | |
parent | media-gfx/gphoto2: x86 stable (bug #652976) (diff) | |
download | gentoo-737afe739d12a60a60ebdc69fb07fd32e9ee4b90.tar.gz gentoo-737afe739d12a60a60ebdc69fb07fd32e9ee4b90.tar.bz2 gentoo-737afe739d12a60a60ebdc69fb07fd32e9ee4b90.zip |
dev-libs/libgit2: x86 stable (bug #652976)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-rw-r--r-- | dev-libs/libgit2/libgit2-0.26.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgit2/libgit2-0.26.3.ebuild b/dev-libs/libgit2/libgit2-0.26.3.ebuild index 549b491f6136..5b2b8d6986e6 100644 --- a/dev-libs/libgit2/libgit2-0.26.3.ebuild +++ b/dev-libs/libgit2/libgit2-0.26.3.ebuild @@ -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" |