summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-04-26 11:55:56 +0000
committerMike Gardiner <obz@gentoo.org>2004-04-26 11:55:56 +0000
commit98ff1ce970c20ecbf604ce13d027c004afbe7365 (patch)
tree22d30889c17222e491a7f908c0f63ba0b262a855 /app-text/noweb/noweb-2.9-r3.ebuild
parentMarked stable on x86 (diff)
downloadhistorical-98ff1ce970c20ecbf604ce13d027c004afbe7365.tar.gz
historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.tar.bz2
historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.zip
Fixed missing IUSE
Diffstat (limited to 'app-text/noweb/noweb-2.9-r3.ebuild')
-rw-r--r--app-text/noweb/noweb-2.9-r3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/noweb/noweb-2.9-r3.ebuild b/app-text/noweb/noweb-2.9-r3.ebuild
index 3e6cbb9f9d74..c734373a6812 100644
--- a/app-text/noweb/noweb-2.9-r3.ebuild
+++ b/app-text/noweb/noweb-2.9-r3.ebuild
@@ -1,23 +1,24 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.7 2004/02/09 08:33:16 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.8 2004/04/26 11:53:43 obz Exp $
inherit eutils
S=${WORKDIR}/src
#SRC_URI="ftp://ftp.dante.de/tex-archive/web/noweb/src.tar.gz"
SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/noweb-src-${PV}.tar.gz"
-
HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/"
-SLOT="0"
LICENSE="freedist"
DESCRIPTION="a literate programming tool, lighter than web"
+SLOT="0"
+IUSE=""
+KEYWORDS="x86 ppc sparc alpha amd64"
+
DEPEND="sys-devel/gcc
virtual/tetex
sys-apps/gawk
sys-apps/debianutils"
-KEYWORDS="x86 ppc sparc alpha amd64"
src_unpack() {