diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 08:23:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 08:23:12 +0000 |
commit | 4caf699f540b4fafbc7541fb717ee82f6b393c0b (patch) | |
tree | 2e73e017641cbff3d910468ff6bd9ad12c72cc15 /sys-devel | |
parent | Stable for arm, wrt bug #446376 (diff) | |
download | gentoo-2-4caf699f540b4fafbc7541fb717ee82f6b393c0b.tar.gz gentoo-2-4caf699f540b4fafbc7541fb717ee82f6b393c0b.tar.bz2 gentoo-2-4caf699f540b4fafbc7541fb717ee82f6b393c0b.zip |
Stable for arm, wrt bug #447964
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.37.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index be2d159b8882..6072a3b36ad1 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.107 2012/12/30 20:44:43 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.108 2013/01/01 08:23:12 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild: + Stable for arm, wrt bug #447964 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild: Stable for alpha, wrt bug #447964 diff --git a/sys-devel/flex/flex-2.5.37.ebuild b/sys-devel/flex/flex-2.5.37.ebuild index 0ca96119b634..c249a0086843 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 +# Copyright 1999-2013 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.10 2012/12/30 20:44:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.11 2013/01/01 08:23:12 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 |