diff options
Diffstat (limited to 'sys-devel/bison/bison-1.875.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.875.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild index 20722b6727fb..63a80bbb46f4 100644 --- a/sys-devel/bison/bison-1.875.ebuild +++ b/sys-devel/bison/bison-1.875.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.12 2004/02/06 20:39:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.13 2004/02/23 00:18:26 agriffis Exp $ inherit gcc @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ~arm ia64 ppc64" +KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ia64 ppc64" DEPEND="sys-devel/m4 nls? ( sys-devel/gettext )" |