diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-09-19 12:18:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-09-19 12:18:10 +0000 |
commit | 200089ae71c91c71247500abde660658f1d533c8 (patch) | |
tree | 7a80d483e57e72f47af64e79e83141b3ad009a88 /media-libs/compface/compface-1.5.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-200089ae71c91c71247500abde660658f1d533c8.tar.gz gentoo-2-200089ae71c91c71247500abde660658f1d533c8.tar.bz2 gentoo-2-200089ae71c91c71247500abde660658f1d533c8.zip |
crlf fix thanks to James Rowe in bug #106246
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-libs/compface/compface-1.5.1.ebuild')
-rw-r--r-- | media-libs/compface/compface-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/compface/compface-1.5.1.ebuild b/media-libs/compface/compface-1.5.1.ebuild index 7e2dae35baa8..8ee72010b274 100644 --- a/media-libs/compface/compface-1.5.1.ebuild +++ b/media-libs/compface/compface-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.8 2005/07/19 23:43:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.9 2005/09/19 12:18:10 seemant Exp $ IUSE="" @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} cd ${S} - sed -i -e "s:\r::" Makefile.in + sed -i -e "s:\r::" Makefile.in xbm2xface.pl epatch ${FILESDIR}/${P}-destdir.diff WANT_AUTOCONF=2.5 autoconf |