commit:     0639f1e3a412852299e360b30d77d19fd0a8b679
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 02:03:21 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 02:05:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0639f1e3

kernel-2.eclass: add crosscompile_opts_headers-only to IUSE

Fixes installation of cross headers for ebuilds using EAPI 5+.

 eclass/kernel-2.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 10b4ee1..3ecd6c3 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -526,6 +526,7 @@ if [[ ${ETYPE} == sources ]]; then
 
 elif [[ ${ETYPE} == headers ]]; then
        DESCRIPTION="Linux system headers"
+       IUSE="crosscompile_opts_headers-only"
 
        # Since we should NOT honour KBUILD_OUTPUT in headers
        # lets unset it here.

Reply via email to