diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-15 16:16:20 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-15 16:16:20 +0000 |
commit | cdda946acba2e1bd01f35dac7d2eeee3c7a5c65f (patch) | |
tree | 65d285ec56b0b8fedbc08b0cb75e065aaa064591 /sys-kernel/linux-sources | |
parent | New digests, mainly. (diff) | |
download | historical-cdda946acba2e1bd01f35dac7d2eeee3c7a5c65f.tar.gz historical-cdda946acba2e1bd01f35dac7d2eeee3c7a5c65f.tar.bz2 historical-cdda946acba2e1bd01f35dac7d2eeee3c7a5c65f.zip |
typo fix
Diffstat (limited to 'sys-kernel/linux-sources')
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild index 22c1f19b46ce..07d598e8b273 100644 --- a/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild,v 1.3 2001/12/15 15:34:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild,v 1.4 2001/12/15 16:16:20 drobbins Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -77,7 +77,7 @@ src_unpack() { cd ${S} patchorama $PATCHES echo "Fixing up a single reject..." - This is a reject related to both low latency and XFS's kdb modifying the same enum. No biggie. + #This is a reject related to both low latency and XFS's kdb modifying the same enum. No biggie. cp ${GFILESDIR}/sysctl.h ${S}/include/linux echo "Removing -xfs extension from the kernel..." cp Makefile Makefile.orig |