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:
Flatcar Buildbot 2026-04-27 07:56:30 +00:00
parent 388fc45cf7
commit 3c2025ea2d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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