diff options
Diffstat (limited to 'sys-devel/bison/bison-1.34.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.34.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.34.ebuild b/sys-devel/bison/bison-1.34.ebuild index 971ec99524f5..a3fd0f90ac94 100644 --- a/sys-devel/bison/bison-1.34.ebuild +++ b/sys-devel/bison/bison-1.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34.ebuild,v 1.3 2002/07/10 13:45:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34.ebuild,v 1.4 2002/08/14 11:56:44 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="A yacc-compatible parser generator" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" |