diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 07:26:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 07:26:05 +0000 |
commit | 61f68a9681558c07d9408d268788047bf439334b (patch) | |
tree | a934813802d43f92d261ff08af3328aa3cddaa75 /sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild | |
parent | use sed -i; sed in unpack; error message for emake; Readme.txt, not Readme (diff) | |
download | historical-61f68a9681558c07d9408d268788047bf439334b.tar.gz historical-61f68a9681558c07d9408d268788047bf439334b.tar.bz2 historical-61f68a9681558c07d9408d268788047bf439334b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild')
-rw-r--r-- | sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild b/sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild index c26c69aa0f4d..02f83504067c 100644 --- a/sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild +++ b/sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild,v 1.2 2003/07/22 20:00:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.21_rc8.ebuild,v 1.3 2003/09/07 07:26:00 msterret Exp $ IUSE="build crypt" @@ -26,7 +26,7 @@ S=${WORKDIR}/linux-${KV} # Documentation on the patches contained in this kernel will be installed # to /usr/share/doc/gs-sources-${PV}/patches.txt.gz -DESCRIPTION="This kernel stays up to date with current kernel -pres, +DESCRIPTION="This kernel stays up to date with current kernel -pres, with recent acpi,evms,win3lin ,futexes,aic79xx, superfreeswan,preempt/ll, and various hw fixes." SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 @@ -39,7 +39,7 @@ src_unpack() { mv linux-${OKV} linux-${KV} || die cd ${KV} - # Kill patches we aren't suppposed to use, don't worry about + # Kill patches we aren't suppposed to use, don't worry about # failures, if they aren't there that is a good thing! # This is the ratified crypt USE flag, enables IPSEC and patch-int if [ -z "`use crypt`" ]; then |