diff options
author | 2003-09-07 07:27:43 +0000 | |
---|---|---|
committer | 2003-09-07 07:27:43 +0000 | |
commit | 7e9f3f22287741b4030825e9c1b77b027c25b0e0 (patch) | |
tree | dc2b759f90e790cef6a1819301ed7fc291be518f /sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild | |
parent | use sed -i; sed in unpack; error message for emake; Readme.txt, not Readme (diff) | |
download | gentoo-2-7e9f3f22287741b4030825e9c1b77b027c25b0e0.tar.gz gentoo-2-7e9f3f22287741b4030825e9c1b77b027c25b0e0.tar.bz2 gentoo-2-7e9f3f22287741b4030825e9c1b77b027c25b0e0.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild')
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild index 8ade89541658..5bf92ec29fe3 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.20.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/xfs-sources/xfs-sources-2.4.20.ebuild,v 1.2 2003/07/22 20:00:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild,v 1.3 2003/09/07 07:26:01 msterret Exp $ IUSE="build crypt" @@ -37,7 +37,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! # If the compiler isn't gcc3 drop the gcc3 patches @@ -50,7 +50,7 @@ src_unpack() { einfo "Dropping ${file}..." rm -f ${file} done - fi + fi # This is the ratified crypt USE flag, enables IPSEC and patch-int if [ -z "`use crypt`" ]; then |