diff options
author | Joshua Kinard <kumba@gentoo.org> | 2005-02-07 04:21:25 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2005-02-07 04:21:25 +0000 |
commit | 16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27 (patch) | |
tree | 628e0398b9df1df893660cdea8547cf17df7ba08 /sys-devel/bison/bison-1.875d.ebuild | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27.tar.gz gentoo-2-16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27.tar.bz2 gentoo-2-16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27.zip |
Marked stable on mips.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel/bison/bison-1.875d.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.875d.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.875d.ebuild b/sys-devel/bison/bison-1.875d.ebuild index 01bf98b38263..2b1ac05aeb5d 100644 --- a/sys-devel/bison/bison-1.875d.ebuild +++ b/sys-devel/bison/bison-1.875d.ebuild @@ -1,6 +1,6 @@ # 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.8 2005/01/13 22:52:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.9 2005/02/07 04:21:25 kumba Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -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 |