sys-libs/libseccomp: Sync with Gentoo

It's from Gentoo commit ba40dd5611f8ab3edf0c87bb68d844411178dc0d.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2026-04-13 07:44:05 +00:00
parent 8fca068605
commit d8cf5451ea
2 changed files with 2 additions and 2 deletions

View File

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

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