diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 18:10:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 18:10:26 +0000 |
commit | b6ad7e7a291ed22eb11859cb97068a8d0d3fba88 (patch) | |
tree | efbd89f0199375727e14a8e3020360534a87d6df /app-text/lout | |
parent | Unmask on amd64 to satisfy app-text/gocr (Manifest recommit) (diff) | |
download | gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.gz gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.bz2 gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-text/lout')
-rw-r--r-- | app-text/lout/lout-3.25-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/lout/lout-3.25-r1.ebuild b/app-text/lout/lout-3.25-r1.ebuild index fafa5d2a1ad2..99596abbc555 100644 --- a/app-text/lout/lout-3.25-r1.ebuild +++ b/app-text/lout/lout-3.25-r1.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-text/lout/lout-3.25-r1.ebuild,v 1.6 2003/03/01 04:31:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.25-r1.ebuild,v 1.7 2004/02/29 18:10:25 aliz Exp $ DESCRIPTION="high-level language for document formatting" HOMEPAGE="http://snark.ptc.spbu.ru/~uwe/lout/" @@ -18,7 +18,7 @@ src_unpack() { cd ${S} # Apply the makefile patch, this is the only configuration so far :-( - patch -p0 < ${FILESDIR}/${P}-r1-makefile-gentoo.patch + epatch ${FILESDIR}/${P}-r1-makefile-gentoo.patch } src_compile() { |