diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-18 17:50:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-18 17:50:05 +0000 |
commit | 0583038ab0f07ee3d894ba08251a455a46909e63 (patch) | |
tree | 8707c07d08a3e79c5c14332c49d937b8bd579846 /sys-apps/grep | |
parent | repoman: Fix leading whitespace (Manifest recommit) (diff) | |
download | gentoo-2-0583038ab0f07ee3d894ba08251a455a46909e63.tar.gz gentoo-2-0583038ab0f07ee3d894ba08251a455a46909e63.tar.bz2 gentoo-2-0583038ab0f07ee3d894ba08251a455a46909e63.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r4.ebuild b/sys-apps/grep/grep-2.5.1-r4.ebuild index eebc0da58583..a04a261e2272 100644 --- a/sys-apps/grep/grep-2.5.1-r4.ebuild +++ b/sys-apps/grep/grep-2.5.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r4.ebuild,v 1.4 2004/08/17 22:38:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r4.ebuild,v 1.5 2004/08/18 17:50:05 mr_bones_ Exp $ inherit gnuconfig flag-o-matic eutils @@ -29,7 +29,7 @@ src_unpack() { epatch "${FILESDIR}/gentoo-sparc32-dfa.patch" fi epatch "${FILESDIR}/${PV}-manpage.patch" - use uclibc && epatch ${FILESDIR}/grep-2.5.1-restrict_arr.patch + use uclibc && epatch ${FILESDIR}/grep-2.5.1-restrict_arr.patch # Fix configure scripts to detect linux-mips gnuconfig_update |