diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 22:43:20 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 22:43:20 +0000 |
commit | 5b14abae567665879d1f477c1af45ff9602631e6 (patch) | |
tree | dddfed316455ec43754bb703d17d3803fdf95847 /sys-libs/ldetect/ldetect-0.4.7.ebuild | |
parent | new version (diff) | |
download | gentoo-2-5b14abae567665879d1f477c1af45ff9602631e6.tar.gz gentoo-2-5b14abae567665879d1f477c1af45ff9602631e6.tar.bz2 gentoo-2-5b14abae567665879d1f477c1af45ff9602631e6.zip |
repoman: fix leading whitespace
Diffstat (limited to 'sys-libs/ldetect/ldetect-0.4.7.ebuild')
-rw-r--r-- | sys-libs/ldetect/ldetect-0.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ldetect/ldetect-0.4.7.ebuild b/sys-libs/ldetect/ldetect-0.4.7.ebuild index 2bd7842b0c2e..5911bde3ab2d 100644 --- a/sys-libs/ldetect/ldetect-0.4.7.ebuild +++ b/sys-libs/ldetect/ldetect-0.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 damien krotkine <dams@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect/ldetect-0.4.7.ebuild,v 1.7 2003/06/22 05:10:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect/ldetect-0.4.7.ebuild,v 1.8 2003/09/10 22:43:17 msterret Exp $ ECVS_ANON="no" ECVS_USER="anoncvs" @@ -23,7 +23,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { cd ../../ldetect; - patch -p1 <${FILESDIR}/ldetect-0.4.7.patch || die + patch -p1 <${FILESDIR}/ldetect-0.4.7.patch || die make clean; make } |