diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-09-12 17:40:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-09-12 17:40:52 +0000 |
commit | bd4b765bd50fe0b4e74cf6aee9c28cee81303d6c (patch) | |
tree | c3c3a3931e2a3b9f2f6974ecb5942f3ffcb64326 /sys-devel/bison | |
parent | Marked ppc stable for bug #336339. (diff) | |
download | gentoo-2-bd4b765bd50fe0b4e74cf6aee9c28cee81303d6c.tar.gz gentoo-2-bd4b765bd50fe0b4e74cf6aee9c28cee81303d6c.tar.bz2 gentoo-2-bd4b765bd50fe0b4e74cf6aee9c28cee81303d6c.zip |
alpha/ia64/m68k/s390/sh/sparc stable wrt #331577
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'sys-devel/bison')
-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 bb15ef039761..736ec976f4a4 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.94 2010/08/23 20:10:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.95 2010/09/12 17:40:52 armin76 Exp $ + + 12 Sep 2010; Raúl Porcel <armin76@gentoo.org> bison-2.4.2.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #331577 23 Aug 2010; Markus Meier <maekke@gentoo.org> bison-2.4.2.ebuild: arm stable, bug #331577 diff --git a/sys-devel/bison/bison-2.4.2.ebuild b/sys-devel/bison/bison-2.4.2.ebuild index 9b94c062e611..dfb68f7e7486 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.8 2010/08/23 20:10:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.9 2010/09/12 17:40:52 armin76 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 )" |