diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-26 17:47:01 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-26 17:59:34 -0800 |
commit | d53035de2ea394eaca894ad80ce1971232f071b2 (patch) | |
tree | d6ec9562f6cca1a2f2552d3dc064dd950ef781e7 | |
parent | app-misc/cargo-license: keyword on ~ppc64 (diff) | |
download | gentoo-d53035de2ea394eaca894ad80ce1971232f071b2.tar.gz gentoo-d53035de2ea394eaca894ad80ce1971232f071b2.tar.bz2 gentoo-d53035de2ea394eaca894ad80ce1971232f071b2.zip |
dev-libs/libgit2: keyword 0.28.4 on ~ppc64
The following tests passed:
offline
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 174.93 sec
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | dev-libs/libgit2/libgit2-0.28.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgit2/libgit2-0.28.4.ebuild b/dev-libs/libgit2/libgit2-0.28.4.ebuild index 224a8dfe4ea4..48c712484567 100644 --- a/dev-libs/libgit2/libgit2-0.28.4.ebuild +++ b/dev-libs/libgit2/libgit2-0.28.4.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 arm64 ~ppc x86 ~ppc-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~ppc-macos" fi DESCRIPTION="A linkable library for Git" |