sys-apps/findutils: Sync with Gentoo

It's from Gentoo commit 996847ecc26de0ca2b7d4cd7bf4218159e9706ec.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-22 07:11:07 +00:00 committed by Krzesimir Nowak
parent 97429c18f3
commit f2676172c2
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/findutils.asc
inherit flag-o-matic python-any-r1 verify-sig
@ -17,7 +17,7 @@ SRC_URI="
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="nls selinux static test"
IUSE="nls selinux static test test-full"
RESTRICT="!test? ( test )"
RDEPEND="
@ -84,6 +84,7 @@ src_compile() {
src_test() {
local -x SANDBOX_PREDICT=${SANDBOX_PREDICT}
local -x RUN_{VERY_,}EXPENSIVE_TESTS=$(usex test-full yes no)
addpredict /
default
}

View File

@ -5,6 +5,9 @@
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="test-full">Run expensive tests (mostly memory intensive).</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:gnu:findutils</remote-id>
<remote-id type="savannah">findutils</remote-id>