diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 22:56:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 22:56:33 +0000 |
commit | 596b576430fcc73a6b68bbedb8231673f47cf255 (patch) | |
tree | b13907cbb0b1011208572a96a33b604a1c1feb3c /app-text/lout | |
parent | small fix to conf.d entry (Manifest recommit) (diff) | |
download | gentoo-2-596b576430fcc73a6b68bbedb8231673f47cf255.tar.gz gentoo-2-596b576430fcc73a6b68bbedb8231673f47cf255.tar.bz2 gentoo-2-596b576430fcc73a6b68bbedb8231673f47cf255.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="" |