diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild index a382c48bef28..cc54ed054df7 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild,v 1.7 2006/01/15 20:54:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r4.ebuild,v 1.8 2006/01/27 00:29:42 vapier Exp $ ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm bfin hppa m68k ia64 ppc ppc64 s390 sh sparc x86" +H_SUPPORTEDARCH="alpha amd64 arm bfin cris hppa m68k ia64 ppc ppc64 s390 sh sparc x86" inherit eutils kernel-2 detect_version @@ -20,6 +20,12 @@ DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) ) UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2 ${DISTDIR}/linux-2.6.12.1-blackfin.patch.bz2" +kernel-2_hook_premake() { + # cris is slightly incomplete so lets fake it enough to get headers + mkdir -p arch/cris/boot + touch arch/cris/boot/Makefile +} + src_unpack() { kernel-2_src_unpack |