dev-libs/libgit2: x86 stable (bug #733706)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2020-07-25 21:55:41 +00:00
parent 92049c0411
commit 8ceab3db0c
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ppc64 ~x86 ~ppc-macos"
KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~ppc-macos"
fi
DESCRIPTION="A linkable library for Git"

View File

@@ -13,7 +13,7 @@ S=${WORKDIR}/${P/_/-}
LICENSE="GPL-2-with-linking-exception"
SLOT="0/1.0"
KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86 ~ppc-macos"
KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~ppc-macos"
IUSE="examples gssapi libressl +ssh test +threads trace"
RESTRICT="!test? ( test )"