diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-31 16:05:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-31 16:05:08 +0000 |
commit | 0aaa78cf971be98cf732bd1cce3b1e480f3551af (patch) | |
tree | cabeaa00632fccb7f7c556114ce00340aeb92454 /sys-devel/flex | |
parent | ppc64 stable wrt #397211 (diff) | |
download | gentoo-2-0aaa78cf971be98cf732bd1cce3b1e480f3551af.tar.gz gentoo-2-0aaa78cf971be98cf732bd1cce3b1e480f3551af.tar.bz2 gentoo-2-0aaa78cf971be98cf732bd1cce3b1e480f3551af.zip |
ppc64 stable wrt #384221
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/flex')
-rw-r--r-- | sys-devel/flex/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.35_p10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index c74761b8a5a0..3ffe69f9e61f 100644 --- a/sys-devel/flex/ChangeLog +++ b/sys-devel/flex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/flex -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.95 2011/11/27 18:07:54 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.96 2012/01/31 16:05:08 ssuominen Exp $ + + 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> flex-2.5.35_p10.ebuild: + ppc64 stable wrt #384221 27 Nov 2011; Mike Frysinger <vapier@gentoo.org> flex-2.5.35_p10.ebuild: Add comment about needing bison and not general yacc. diff --git a/sys-devel/flex/flex-2.5.35_p10.ebuild b/sys-devel/flex/flex-2.5.35_p10.ebuild index c68e34e37ec6..4e15f968dfb0 100644 --- a/sys-devel/flex/flex-2.5.35_p10.ebuild +++ b/sys-devel/flex/flex-2.5.35_p10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.35_p10.ebuild,v 1.12 2011/11/27 18:07:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.13 2012/01/31 16:05:08 ssuominen Exp $ EAPI="3" @@ -19,7 +19,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 ~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 test" # We want bison explicitly and not yacc in general #381273 |