From d8cf5451eabaedc86c21e663adf355ed77648d89 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Apr 2026 07:44:05 +0000 Subject: [PATCH] sys-libs/libseccomp: Sync with Gentoo It's from Gentoo commit ba40dd5611f8ab3edf0c87bb68d844411178dc0d. Signed-off-by: Flatcar Buildbot --- .../sys-libs/libseccomp/libseccomp-2.6.0-r3.ebuild | 2 +- .../portage-stable/sys-libs/libseccomp/libseccomp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-2.6.0-r3.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-2.6.0-r3.ebuild index 184b1f109d..7ced1978d5 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-2.6.0-r3.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-2.6.0-r3.ebuild @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-9999.ebuild index 2c33eca85c..e6de09ebed 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/libseccomp/libseccomp-9999.ebuild @@ -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