diff options
Diffstat (limited to 'sys-devel/bison/bison-1.875d.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.875d.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/bison/bison-1.875d.ebuild b/sys-devel/bison/bison-1.875d.ebuild index 203a55ffb45e..afc728a04d68 100644 --- a/sys-devel/bison/bison-1.875d.ebuild +++ b/sys-devel/bison/bison-1.875d.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.2 2004/11/12 15:41:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.3 2005/01/10 23:28:39 vapier Exp $ -inherit gcc flag-o-matic eutils gnuconfig +inherit toolchain-funcs flag-o-matic eutils gnuconfig DESCRIPTION="A yacc-compatible parser generator" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" @@ -10,7 +10,7 @@ SRC_URI="ftp://alpha.gnu.org/pub/gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="nls static" DEPEND="sys-devel/m4 |