sys-libs/efivar: Sync with Gentoo

It's from Gentoo commit c17bf9839f66ef3da664665c30ce7d3d864403aa.
This commit is contained in:
Flatcar Buildbot 2024-02-19 07:17:17 +00:00 committed by Krzesimir Nowak
parent 2daeea5e27
commit ec9e47db50

View File

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