summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-03-07 08:41:25 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-03-07 08:41:25 +0000
commit7c92e8b4684c1c65defac210eeaa74cbdb989bc0 (patch)
treee5890f29ac7f9bf34f6fa3c8abe8945f948c8f72 /sys-kernel/linux-headers/linux-headers-2.4.23.ebuild
parentmove patches to tarballs on gentoo mirrors. Also switch to the use_enable and... (diff)
downloadgentoo-2-7c92e8b4684c1c65defac210eeaa74cbdb989bc0.tar.gz
gentoo-2-7c92e8b4684c1c65defac210eeaa74cbdb989bc0.tar.bz2
gentoo-2-7c92e8b4684c1c65defac210eeaa74cbdb989bc0.zip
New headers revision, keyword masked.
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.23.ebuild')
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.23.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.23.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.23.ebuild
index 7d268b140915..3a069d8bea2a 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.23.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.23.ebuild,v 1.6 2004/03/04 04:12:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.23.ebuild,v 1.7 2004/03/07 08:41:25 kumba Exp $
ETYPE="headers"
inherit kernel
@@ -47,9 +47,9 @@ src_unpack() {
# This patch fixes an issue involving the use of gcc's -ansi flag and the __u64 datatype.
# It only patches asm-i386, so we only apply it if x86. Unknown if this is needed for other archs.
# Closes Bug #32246
- if [ -n "`use x86`" ]; then
+# if [ -n "`use x86`" ]; then
epatch ${FILESDIR}/${PN}-strict-ansi-fix.patch
- fi
+# fi
# Do Stuff