diff options
author | Torsten Veller <tove@gentoo.org> | 2006-03-16 18:17:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-03-16 18:17:26 +0000 |
commit | 5d9837cf3d3e5b0a68ea8c76b22065e47761877c (patch) | |
tree | 7c0396cb901d2c96a4662d776f19b1a4fb817d69 /sys-devel | |
parent | new package for 2.14. (diff) | |
download | gentoo-2-5d9837cf3d3e5b0a68ea8c76b22065e47761877c.tar.gz gentoo-2-5d9837cf3d3e5b0a68ea8c76b22065e47761877c.tar.bz2 gentoo-2-5d9837cf3d3e5b0a68ea8c76b22065e47761877c.zip |
Stable on x86 (#126364)
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index d195d7f1b34e..fe00e64fec24 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.45 2006/03/16 17:05:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.46 2006/03/16 18:17:26 tove Exp $ + + 16 Mar 2006; Torsten Veller <tove@gentoo.org> bison-2.1.ebuild: + Stable on x86 (#126364) 16 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> bison-2.1.ebuild: Stable on sparc wrt #126364 diff --git a/sys-devel/bison/bison-2.1.ebuild b/sys-devel/bison/bison-2.1.ebuild index 3c1809e5e4b1..c87050b4a10c 100644 --- a/sys-devel/bison/bison-2.1.ebuild +++ b/sys-devel/bison/bison-2.1.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.1.ebuild,v 1.4 2006/03/16 17:05:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.1.ebuild,v 1.5 2006/03/16 18:17:26 tove 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 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86" IUSE="nls static" DEPEND="sys-devel/m4 |