diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-26 03:17:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-26 03:17:11 +0000 |
commit | af778af47f5feb6efb143f3d00a0999eb74bb1e4 (patch) | |
tree | b2db050c1cbe954cc380a1cc82a7299bc15571db /sys-devel/bison | |
parent | added a check for cairo versions that have the flags (diff) | |
download | gentoo-2-af778af47f5feb6efb143f3d00a0999eb74bb1e4.tar.gz gentoo-2-af778af47f5feb6efb143f3d00a0999eb74bb1e4.tar.bz2 gentoo-2-af778af47f5feb6efb143f3d00a0999eb74bb1e4.zip |
mips stable #149049
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild index 838bbf9b5139..a895f5e0765c 100644 --- a/sys-devel/bison/bison-2.2.ebuild +++ b/sys-devel/bison/bison-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.11 2006/10/17 12:49:00 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.12 2006/10/26 03:17:11 vapier Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -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 )" |