diff options
author | Tobias Eichert <viz@gentoo.org> | 2003-01-13 01:46:06 +0000 |
---|---|---|
committer | Tobias Eichert <viz@gentoo.org> | 2003-01-13 01:46:06 +0000 |
commit | 0a5d4216fdead2382089f59e6b49835dee93aeeb (patch) | |
tree | 5f4d1f7333fa9563da754a03963e828f53ee40fe /sys-kernel/xfs-sources | |
parent | configure detection problem fix (diff) | |
download | gentoo-2-0a5d4216fdead2382089f59e6b49835dee93aeeb.tar.gz gentoo-2-0a5d4216fdead2382089f59e6b49835dee93aeeb.tar.bz2 gentoo-2-0a5d4216fdead2382089f59e6b49835dee93aeeb.zip |
dropping 3c509 patch in xfs-sources-2.4.20_pre4 as it breaks the kernel build.
Diffstat (limited to 'sys-kernel/xfs-sources')
-rw-r--r-- | sys-kernel/xfs-sources/ChangeLog | 5 | ||||
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-kernel/xfs-sources/ChangeLog b/sys-kernel/xfs-sources/ChangeLog index ecc6a5825d41..9bcfda4a03c6 100644 --- a/sys-kernel/xfs-sources/ChangeLog +++ b/sys-kernel/xfs-sources/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for sys-kernel/xfs-sources # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.13 2003/01/12 06:43:06 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.14 2003/01/13 01:46:06 viz Exp $ *xfs-sources-2.4.20_pre4 (10 Jan 2003) + + 12 Jan 2002; Tobias Eichert <viz@gentoo.org>: + Dropped the 3c509 fix because it breaks the kernel build. 10 Jan 2003; Bob Johnson <livewire_@ameritech.net>: This is the first patchset under new management. Thanks to viz diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild index 6494f17cfe1c..e16aa9266d5d 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild,v 1.1 2003/01/12 06:43:06 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.20_pre4.ebuild,v 1.2 2003/01/13 01:46:06 viz Exp $ IUSE="build crypt" @@ -63,5 +63,8 @@ src_unpack() { einfo "Cryptographic support enabled..." fi + # remove the 3c509 fix as it breaks our kernel build + rm -f *3c509_FIX + kernel_src_unpack } |