commit: e07db7d2104d6f88a6bcc0772a11a84f31defaaa Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za> AuthorDate: Wed Aug 21 11:25:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 4 09:08:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07db7d2
sys-block/sas2ircu: fix check for IA32_EMULATION Closes: https://bugs.gentoo.org/938260 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/38234 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-block/sas2ircu/sas2ircu-20-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/sas2ircu/sas2ircu-20-r2.ebuild b/sys-block/sas2ircu/sas2ircu-20-r2.ebuild index ecd241f6ef48..5fe19539e711 100644 --- a/sys-block/sas2ircu/sas2ircu-20-r2.ebuild +++ b/sys-block/sas2ircu/sas2ircu-20-r2.ebuild @@ -54,7 +54,7 @@ pkg_setup() { if ! use x86; then # For newer kernels it needs to be enabled as well, don't know # how to check for that short of running the binary. - local CONFIG_CHECK="CONFIG_IA32_EMULATION" + local CONFIG_CHECK="IA32_EMULATION" check_extra_config fi }
