commit:     b5ddd6e28b8b368bd9e1a064484de95c03bf5445
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 15:40:26 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 09:42:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ddd6e2

linux-info.eclass: Drop reference to BUILD_FIXES variable

Undocumented, and not used by any ebuilds inheriting this eclass.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eclass/linux-info.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 154be2a46888..0f6138150144 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -239,8 +239,7 @@ getfilevar() {
                # Pass dot-config=0 to avoid the config check in kernels prior 
to 5.4.
                echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \
                        nonfatal emake -C "${basedname}" --no-print-directory 
M="${T}" \
-                       dot-config=0 need-config= need-compiler= \
-                       ${BUILD_FIXES} -s -f - 2>/dev/null
+                       dot-config=0 need-config= need-compiler= -s -f - 
2>/dev/null
 
                ARCH=${myARCH}
        fi

Reply via email to