dev-libs/libgit2: Remove unused USE=threads

Closes: https://bugs.gentoo.org/972561
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-12 16:41:48 +02:00
parent fec301374f
commit a33d8dddcd

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ S=${WORKDIR}/${P/_/-}
LICENSE="GPL-2-with-linking-exception"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="examples gssapi +ssh test +threads trace"
IUSE="examples gssapi +ssh test trace"
RESTRICT="!test? ( test )"
RDEPEND="