diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-26 16:41:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-26 16:41:36 +0000 |
commit | e671de3f880e6ab353055c497be1ab16eea943e9 (patch) | |
tree | 6c7d3874a4eac5f7eec7de369976c5e83a0077be /sys-devel/bison/bison-2.3.ebuild | |
parent | alpha stable wrt #183256 (diff) | |
download | gentoo-2-e671de3f880e6ab353055c497be1ab16eea943e9.tar.gz gentoo-2-e671de3f880e6ab353055c497be1ab16eea943e9.tar.bz2 gentoo-2-e671de3f880e6ab353055c497be1ab16eea943e9.zip |
alpha/ia64/x86 stable wrt #183254
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-devel/bison/bison-2.3.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-2.3.ebuild b/sys-devel/bison/bison-2.3.ebuild index dcdf60cab8bb..5a325bb1cc00 100644 --- a/sys-devel/bison/bison-2.3.ebuild +++ b/sys-devel/bison/bison-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.3 2007/06/26 15:59:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.4 2007/06/26 16:41:36 armin76 Exp $ inherit toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |