diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 21:38:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 21:38:31 +0200 |
commit | b2bb0318322371acb5d2b89874c893504bfc6c98 (patch) | |
tree | abfe7534dc032f1aacae148d98e1022a867facaf /dev-libs/libgit2 | |
parent | dev-util/cargo-c: Stabilize 0.9.14 sparc, #886735 (diff) | |
download | gentoo-b2bb0318322371acb5d2b89874c893504bfc6c98.tar.gz gentoo-b2bb0318322371acb5d2b89874c893504bfc6c98.tar.bz2 gentoo-b2bb0318322371acb5d2b89874c893504bfc6c98.zip |
dev-libs/libgit2: Stabilize 1.5.0 sparc, #886735
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libgit2')
-rw-r--r-- | dev-libs/libgit2/libgit2-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgit2/libgit2-1.5.0.ebuild b/dev-libs/libgit2/libgit2-1.5.0.ebuild index d7886be74e74..ff841c5e7cd1 100644 --- a/dev-libs/libgit2/libgit2-1.5.0.ebuild +++ b/dev-libs/libgit2/libgit2-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S=${WORKDIR}/${P/_/-} LICENSE="GPL-2-with-linking-exception" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos" IUSE="examples gssapi +ssh test +threads trace" RESTRICT="!test? ( test )" |