diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-08-13 17:17:40 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-08-13 17:17:40 +0000 |
commit | 2b7d5b636634f48463996b105835e3ab8c1bc997 (patch) | |
tree | 568687fc6160688b22983d9406267a51eba105ac /sys-devel | |
parent | Marked ppc/ppc64 stable for bug #329663. (diff) | |
download | gentoo-2-2b7d5b636634f48463996b105835e3ab8c1bc997.tar.gz gentoo-2-2b7d5b636634f48463996b105835e3ab8c1bc997.tar.bz2 gentoo-2-2b7d5b636634f48463996b105835e3ab8c1bc997.zip |
Marked ppc/pcp64 stable for bug #331577.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 10be530d0e87..7fc1b6cbfb06 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.92 2010/08/12 12:44:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.93 2010/08/13 17:17:40 josejx Exp $ + + 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> bison-2.4.2.ebuild: + Marked ppc/ppc64 stable for bug #331577. 12 Aug 2010; Markos Chandras <hwoarang@gentoo.org> bison-2.4.2.ebuild: Stable on amd64 wrt bug #331577 diff --git a/sys-devel/bison/bison-2.4.2.ebuild b/sys-devel/bison/bison-2.4.2.ebuild index a8c926d3541b..e256235172cc 100644 --- a/sys-devel/bison/bison-2.4.2.ebuild +++ b/sys-devel/bison/bison-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.6 2010/08/12 12:44:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.7 2010/08/13 17:17:40 josejx 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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |