diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 23:01:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 23:01:40 +0000 |
commit | 81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca (patch) | |
tree | ce1e8d5cd3f24ff3f7abcc462541cd14ac8492a7 /app-text/lout | |
parent | Change XVendorString to be compatible with upstream so people can strstr for ... (diff) | |
download | historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.gz historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.bz2 historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.zip |
add inherit eutils
Diffstat (limited to 'app-text/lout')
-rw-r--r-- | app-text/lout/lout-3.25-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/lout/lout-3.25-r1.ebuild b/app-text/lout/lout-3.25-r1.ebuild index 8ebdb9c127f4..0009da83eb0d 100644 --- a/app-text/lout/lout-3.25-r1.ebuild +++ b/app-text/lout/lout-3.25-r1.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 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.8 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.25-r1.ebuild,v 1.9 2004/04/08 22:54:20 vapier Exp $ + +inherit eutils DESCRIPTION="high-level language for document formatting" HOMEPAGE="http://snark.ptc.spbu.ru/~uwe/lout/" SRC_URI="http://www.tex.ac.uk/tex-archive/support/lout/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 sparc" SLOT="0" +KEYWORDS="x86 sparc" DEPEND=">=sys-libs/zlib-1.1.4" RDEPEND="" |