Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 03 Aug 2016 02:05:26
Message-Id: 1470189913.0639f1e3a412852299e360b30d77d19fd0a8b679.floppym@gentoo
1 commit: 0639f1e3a412852299e360b30d77d19fd0a8b679
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 02:03:21 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 02:05:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0639f1e3
7
8 kernel-2.eclass: add crosscompile_opts_headers-only to IUSE
9
10 Fixes installation of cross headers for ebuilds using EAPI 5+.
11
12 eclass/kernel-2.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
16 index 10b4ee1..3ecd6c3 100644
17 --- a/eclass/kernel-2.eclass
18 +++ b/eclass/kernel-2.eclass
19 @@ -526,6 +526,7 @@ if [[ ${ETYPE} == sources ]]; then
20
21 elif [[ ${ETYPE} == headers ]]; then
22 DESCRIPTION="Linux system headers"
23 + IUSE="crosscompile_opts_headers-only"
24
25 # Since we should NOT honour KBUILD_OUTPUT in headers
26 # lets unset it here.