commit: 60d110a41842a21d1e0c271d63780dbb1a600253 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Oct 24 14:51:42 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Oct 24 14:53:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d110a4
sys-boot/uefi-mkconfig: make efistub check non-fatal See-also: https://forums.gentoo.org/viewtopic-p-8844014.html Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild | 2 +- sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild index 8b272798d1ff..eb46eef391d5 100644 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild @@ -18,7 +18,7 @@ RDEPEND=" sys-boot/efibootmgr " -CONFIG_CHECK="EFI_STUB" +CONFIG_CHECK="~EFI_STUB" src_install() { dobin uefi-mkconfig diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild index 8b272798d1ff..eb46eef391d5 100644 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild @@ -18,7 +18,7 @@ RDEPEND=" sys-boot/efibootmgr " -CONFIG_CHECK="EFI_STUB" +CONFIG_CHECK="~EFI_STUB" src_install() { dobin uefi-mkconfig
