summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/bison/bison-1.32.ebuild')
-rw-r--r--sys-devel/bison/bison-1.32.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/bison/bison-1.32.ebuild b/sys-devel/bison/bison-1.32.ebuild
index 7ba9a0adc4f4..9089dfa6c134 100644
--- a/sys-devel/bison/bison-1.32.ebuild
+++ b/sys-devel/bison/bison-1.32.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.32.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.32.ebuild,v 1.3 2002/07/10 13:45:38 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A yacc-compatible parser generator"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bison/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"