diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:08:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:08:42 +0000 |
commit | 04ec956f52408d21a26945c0fd14dfdea6ebf743 (patch) | |
tree | 27a8de505dbf0a298d9f348b10919f1c83bcfc59 /app-admin/cpu | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.tar.gz historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.tar.bz2 historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-admin/cpu')
-rw-r--r-- | app-admin/cpu/Manifest | 6 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.3.100.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/cpu/Manifest b/app-admin/cpu/Manifest index 555caf2e35f4..b82bfd2251fd 100644 --- a/app-admin/cpu/Manifest +++ b/app-admin/cpu/Manifest @@ -1,5 +1,5 @@ -MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64 -MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100-r1 64 MD5 1f6dd828c9f3eeacece1baaddfdc47df ChangeLog 756 MD5 13d44872d2fb16381aaf4cfee2caafa5 cpu-1.3.100-r1.ebuild 1333 -MD5 b243e47e1630602f6f2c99db4780b013 cpu-1.3.100.ebuild 1361 +MD5 614a38eac6ae09506c59f225dda99c90 cpu-1.3.100.ebuild 1361 +MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64 +MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100-r1 64 diff --git a/app-admin/cpu/cpu-1.3.100.ebuild b/app-admin/cpu/cpu-1.3.100.ebuild index 34e4b8efadb2..01abdff33b8b 100644 --- a/app-admin/cpu/cpu-1.3.100.ebuild +++ b/app-admin/cpu/cpu-1.3.100.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/app-admin/cpu/cpu-1.3.100.ebuild,v 1.3 2003/08/05 14:24:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100.ebuild,v 1.4 2003/09/06 22:08:31 msterret Exp $ inherit eutils @@ -30,7 +30,7 @@ src_compile() { # The package has a history of bad configure files... epatch ${FILESDIR}/${P}-fixup.patch autoconf - + local myconf # provide PASSWD support as well @@ -44,7 +44,7 @@ src_compile() { # cache our config! myconf="${myconf} --cache-file=${S}/config.cache" - + econf ${myconf} || die "Configure failure" emake || die "Make failure" |