commit:     546f8f479705d18ca778c8c28de1fdc4d1425724
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 12:09:58 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 30 12:19:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546f8f47

sys-kernel/linux-headers: pass xmakeopts to src_test()

xmakeopts populates ARCH= and CROSS_COMPULE for us.
Hopefully sooon it will get CC and HOSTCC as well.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-kernel/linux-headers/linux-headers-5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-headers/linux-headers-5.6.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.6.ebuild
index af1145d7ef5..3c7e3cd2bc0 100644
--- a/sys-kernel/linux-headers/linux-headers-5.6.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.6.ebuild
@@ -42,5 +42,5 @@ src_install() {
 }
 
 src_test() {
-       emake ARCH=$(tc-arch-kernel) headers_check
+       emake headers_check ${xmakeopts}
 }

Reply via email to