diff options
author | 2004-09-06 02:28:34 +0000 | |
---|---|---|
committer | 2004-09-06 02:28:34 +0000 | |
commit | cf8120ab373a92adc919edb0f029d3eb54802c93 (patch) | |
tree | 4652c3c126d9f69a44e68566e65c33daafab62d3 /sys-fs | |
parent | Fixed typos in conf.d files. Thanks to Redshift <gentoo@halffull.org> and Ste... (diff) | |
download | gentoo-2-cf8120ab373a92adc919edb0f029d3eb54802c93.tar.gz gentoo-2-cf8120ab373a92adc919edb0f029d3eb54802c93.tar.bz2 gentoo-2-cf8120ab373a92adc919edb0f029d3eb54802c93.zip |
Added patch from 1.00.3-r1 to 1.00.3-r2 that fixes compile errors with linux26-headers. Closes bug #62703.
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/raidtools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/raidtools/raidtools-1.00.3-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/raidtools/ChangeLog b/sys-fs/raidtools/ChangeLog index c75445465b4e..0139c6ade0bb 100644 --- a/sys-fs/raidtools/ChangeLog +++ b/sys-fs/raidtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/raidtools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/raidtools/ChangeLog,v 1.12 2004/09/04 18:10:22 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/raidtools/ChangeLog,v 1.13 2004/09/06 02:28:34 swegener Exp $ + + 06 Sep 2004; Sven Wegener <swegener@gentoo.org> raidtools-1.00.3-r2.ebuild: + Added patch from 1.00.3-r1 to 1.00.3-r2 that fixes compile errors with + linux26-headers. Closes bug #62703. 04 Sep 2004; Jon Hood <squinky86@gentoo.org> raidtools-1.00.3-r2.ebuild: Change virtual/glibc --> virtual/libc. diff --git a/sys-fs/raidtools/raidtools-1.00.3-r2.ebuild b/sys-fs/raidtools/raidtools-1.00.3-r2.ebuild index 1fbd93ef3571..06d265589e22 100644 --- a/sys-fs/raidtools/raidtools-1.00.3-r2.ebuild +++ b/sys-fs/raidtools/raidtools-1.00.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/raidtools/raidtools-1.00.3-r2.ebuild,v 1.3 2004/09/04 18:10:22 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/raidtools/raidtools-1.00.3-r2.ebuild,v 1.4 2004/09/06 02:28:34 swegener Exp $ inherit flag-o-matic eutils @@ -21,6 +21,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/mkraid.c-gcc33.patch + epatch ${FILESDIR}/${P}-2.6.Headers.patch # Buffer overflow fix sed -i "s:#define MAX_LINE_LENGTH\t\t\t(100):#define MAX_LINE_LENGTH (1000):" \ |