diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:24:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:24:17 +0000 |
commit | ce0f20f8feae43b24e79784b46a0530daa3ee509 (patch) | |
tree | ff69760f07037a4e2ef6cf4ea56185faa78fbe29 /sys-devel/flex | |
parent | Version bump (diff) | |
download | gentoo-2-ce0f20f8feae43b24e79784b46a0530daa3ee509.tar.gz gentoo-2-ce0f20f8feae43b24e79784b46a0530daa3ee509.tar.bz2 gentoo-2-ce0f20f8feae43b24e79784b46a0530daa3ee509.zip |
Stable for sparc, wrt bug #447964
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel/flex')
-rw-r--r-- | sys-devel/flex/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index 7d8cf41db4da..08ff934c9f12 100644 --- a/sys-devel/flex/ChangeLog +++ b/sys-devel/flex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/flex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.105 2012/12/29 15:05:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.106 2012/12/30 14:24:17 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild: + Stable for sparc, wrt bug #447964 29 Dec 2012; Jeroen Roovers <jer@gentoo.org> flex-2.5.37.ebuild: Stable for HPPA (bug #447964). diff --git a/sys-devel/flex/flex-2.5.37.ebuild b/sys-devel/flex/flex-2.5.37.ebuild index 67eafacc2850..714a884b22be 100644 --- a/sys-devel/flex/flex-2.5.37.ebuild +++ b/sys-devel/flex/flex-2.5.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.8 2012/12/29 15:05:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.9 2012/12/30 14:24:17 ago Exp $ EAPI="3" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/flex/${MY_P}.tar.bz2 LICENSE="FLEX" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static test" # We want bison explicitly and not yacc in general #381273 |