mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-16 18:01:09 +02:00
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:
parent
97429c18f3
commit
f2676172c2
@ -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
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user