From ec9e47db504e88f20bf9e1eaa4b4f9286e46e713 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 19 Feb 2024 07:17:17 +0000 Subject: [PATCH] sys-libs/efivar: Sync with Gentoo It's from Gentoo commit c17bf9839f66ef3da664665c30ce7d3d864403aa. --- .../portage-stable/sys-libs/efivar/efivar-38.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/efivar/efivar-38.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/efivar/efivar-38.ebuild index cf449a8640..afed8c4695 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/efivar/efivar-38.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/efivar/efivar-38.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Gentoo Authors +# Copyright 2014-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -68,3 +68,8 @@ src_configure() { # Used by tests/Makefile export GRUB_PREFIX=grub } + +src_test() { + # https://bugs.gentoo.org/924370 + emake -j1 test +}