summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-02-18 12:53:12 -0500
committerMike Gilbert <floppym@gentoo.org>2024-02-18 12:53:12 -0500
commitc17bf9839f66ef3da664665c30ce7d3d864403aa (patch)
tree4e6733063d5c73ace2909e324c9cddf381360300 /sys-libs/efivar
parentwww-apps/readarr: drop 0.3.18.2411 (diff)
downloadgentoo-c17bf9839f66ef3da664665c30ce7d3d864403aa.tar.gz
gentoo-c17bf9839f66ef3da664665c30ce7d3d864403aa.tar.bz2
gentoo-c17bf9839f66ef3da664665c30ce7d3d864403aa.zip
sys-libs/efivar: disable parallel testing
Closes: https://bugs.gentoo.org/924370 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/efivar')
-rw-r--r--sys-libs/efivar/efivar-38.ebuild7
1 files changed, 6 insertions, 1 deletions
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
+}