commit: c17bf9839f66ef3da664665c30ce7d3d864403aa Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Feb 18 17:53:12 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 17:53:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17bf983
sys-libs/efivar: disable parallel testing Closes: https://bugs.gentoo.org/924370 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-libs/efivar/efivar-38.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-libs/efivar/efivar-38.ebuild b/sys-libs/efivar/efivar-38.ebuild index cf449a8640f7..afed8c46956a 100644 --- a/sys-libs/efivar/efivar-38.ebuild +++ b/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 +}
