mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-11 15:16:21 +02:00
sys-libs/libseccomp: Sync with Gentoo
It's from Gentoo commit 4d1e4c71d96f80d1f03074dcffc79ae27351e8ca. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
391e5f4359
commit
571797d7d4
@ -6,7 +6,7 @@ EAPI=8
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_OPTIONAL=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 multilib-minimal multiprocessing
|
||||
|
||||
@ -117,7 +117,7 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(makeopts_jobs)"
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(get_makeopts_jobs)"
|
||||
emake -Onone check
|
||||
|
||||
if multilib_is_native_abi && use python ; then
|
||||
|
||||
@ -6,7 +6,7 @@ EAPI=8
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_OPTIONAL=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 multilib-minimal multiprocessing
|
||||
|
||||
@ -114,7 +114,7 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(makeopts_jobs)"
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(get_makeopts_jobs)"
|
||||
emake -Onone check
|
||||
|
||||
if multilib_is_native_abi && use python ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user