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
commit07f327ab75b650a2d001b5d0a100fa1b2b2a1b36 (patch)
treeb7fef5bbd8dd4733381e3e5182a2a56f0e575669 /app-text/noweb
parentMarked stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-07f327ab75b650a2d001b5d0a100fa1b2b2a1b36.tar.gz
gentoo-2-07f327ab75b650a2d001b5d0a100fa1b2b2a1b36.tar.bz2
gentoo-2-07f327ab75b650a2d001b5d0a100fa1b2b2a1b36.zip
Fixed missing IUSE
Diffstat (limited to 'app-text/noweb')
-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() {