diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:53:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:53:33 +0000 |
commit | af7996d9d8badbdd19fd35422e1e376bcd7d0abb (patch) | |
tree | 22d3ec432382c739e864d05b5d0e2cc588643f83 /sys-devel | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-af7996d9d8badbdd19fd35422e1e376bcd7d0abb.tar.gz gentoo-2-af7996d9d8badbdd19fd35422e1e376bcd7d0abb.tar.bz2 gentoo-2-af7996d9d8badbdd19fd35422e1e376bcd7d0abb.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.39-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index ba25ac339c46..15e367d5274e 100644 --- a/sys-devel/flex/ChangeLog +++ b/sys-devel/flex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/flex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.117 2014/05/30 14:25:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.118 2014/07/22 10:53:33 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> flex-2.5.39-r1.ebuild: + Stable for amd64, wrt bug #512912 *flex-2.5.39-r1 (30 May 2014) diff --git a/sys-devel/flex/flex-2.5.39-r1.ebuild b/sys-devel/flex/flex-2.5.39-r1.ebuild index c02b829d83ad..c85626cfa7ba 100644 --- a/sys-devel/flex/flex-2.5.39-r1.ebuild +++ b/sys-devel/flex/flex-2.5.39-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.39-r1.ebuild,v 1.1 2014/05/30 14:25:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.39-r1.ebuild,v 1.2 2014/07/22 10:53:33 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/flex/${P}.tar.xz" LICENSE="FLEX" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static test" # We want bison explicitly and not yacc in general #381273 |