diff options
author | Brent Baude <ranger@gentoo.org> | 2008-10-28 01:33:34 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-10-28 01:33:34 +0000 |
commit | cd4fbf071d6de052ccb15f128e6be4ca50162a63 (patch) | |
tree | 5fd019111926f29963079bbc327976ced9a05214 /sys-devel | |
parent | stable ppc64, bug 244391 (diff) | |
download | gentoo-2-cd4fbf071d6de052ccb15f128e6be4ca50162a63.tar.gz gentoo-2-cd4fbf071d6de052ccb15f128e6be4ca50162a63.tar.bz2 gentoo-2-cd4fbf071d6de052ccb15f128e6be4ca50162a63.zip |
stable ppc64, bug 244417
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index 840906cc2f3a..b347c66945f6 100644 --- a/sys-devel/flex/ChangeLog +++ b/sys-devel/flex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/flex # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.76 2008/10/27 00:55:13 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.77 2008/10/28 01:33:34 ranger Exp $ + + 28 Oct 2008; Brent Baude <ranger@gentoo.org> flex-2.5.35.ebuild: + stable ppc64, bug 244417 27 Oct 2008; Ferris McCormick <fmccor@gentoo.org> flex-2.5.35.ebuild: Sparc stable, Bug #244417. diff --git a/sys-devel/flex/flex-2.5.35.ebuild b/sys-devel/flex/flex-2.5.35.ebuild index 69b1717ad5f6..af0f91ecf893 100644 --- a/sys-devel/flex/flex-2.5.35.ebuild +++ b/sys-devel/flex/flex-2.5.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.ebuild,v 1.6 2008/10/27 06:02:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.7 2008/10/28 01:33:34 ranger Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/flex/${P}.tar.bz2" LICENSE="FLEX" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |