diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-07 03:49:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-07 03:49:55 +0000 |
commit | c88bab15aeb96f614a4268cffea4669760fbe143 (patch) | |
tree | a3b47fb3067e39b04d0d618825fdcce59bb2f1d9 /sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild | |
parent | - remove deprecated file to take multilib profile live (diff) | |
download | historical-c88bab15aeb96f614a4268cffea4669760fbe143.tar.gz historical-c88bab15aeb96f614a4268cffea4669760fbe143.tar.bz2 historical-c88bab15aeb96f614a4268cffea4669760fbe143.zip |
Minor fix for s390/gcc-4 from upstream.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild index b7c2bf11a654..34760c0afedf 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-r3.ebuild,v 1.2 2005/12/19 21:18:39 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild,v 1.3 2006/01/07 03:49:55 vapier Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm hppa m68k ia64 ppc ppc64 s390 sh sparc x86" @@ -20,6 +20,7 @@ UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" src_unpack() { kernel-2_src_unpack + epatch "${FILESDIR}"/2.6.11-s390-cflags-update.patch # This should always be used but it has a bunch of hunks which # apply to include/linux/ which i'm unsure of so only use with |