diff options
author | Markus Meier <maekke@gentoo.org> | 2011-05-22 20:57:58 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-05-22 20:57:58 +0000 |
commit | 8bff25cd77275a2217e53e6ddb85377c2a12e320 (patch) | |
tree | 7c6a3f89c78b903c054f8ec638d379ba6191b223 /sys-devel | |
parent | arm stable, bug #367271 (diff) | |
download | gentoo-2-8bff25cd77275a2217e53e6ddb85377c2a12e320.tar.gz gentoo-2-8bff25cd77275a2217e53e6ddb85377c2a12e320.tar.bz2 gentoo-2-8bff25cd77275a2217e53e6ddb85377c2a12e320.zip |
arm stable, bug #367575
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index c2e3062cb7c6..8c7042fb72d7 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.101 2011/05/19 20:08:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.102 2011/05/22 20:57:58 maekke Exp $ + + 22 May 2011; Markus Meier <maekke@gentoo.org> bison-2.4.3.ebuild: + arm stable, bug #367575 19 May 2011; Markos Chandras <hwoarang@gentoo.org> bison-2.4.3.ebuild: Stable on amd64 wrt bug #367575 diff --git a/sys-devel/bison/bison-2.4.3.ebuild b/sys-devel/bison/bison-2.4.3.ebuild index d2cc766a785c..b41395e3429a 100644 --- a/sys-devel/bison/bison-2.4.3.ebuild +++ b/sys-devel/bison/bison-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.3.ebuild,v 1.5 2011/05/19 20:08:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.3.ebuild,v 1.6 2011/05/22 20:57:58 maekke Exp $ EAPI="2" @@ -12,7 +12,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 )" |