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 | |
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')
-rw-r--r-- | media-libs/compface/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/compface/compface-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/compface/ChangeLog b/media-libs/compface/ChangeLog index 6b71d624563a..2812ad0d2a54 100644 --- a/media-libs/compface/ChangeLog +++ b/media-libs/compface/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/compface # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.26 2005/07/19 23:43:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.27 2005/09/19 12:18:10 seemant Exp $ + + 19 Sep 2005; Seemant Kulleen <seemant@gentoo.org> compface-1.5.1.ebuild: + crlf fix thanks to James Rowe in bug #106246 19 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> compface-1.5.1.ebuild: Stable on alpha. 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 |