summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2006-02-24 16:40:43 +0000
committerStephen Bennett <spb@gentoo.org>2006-02-24 16:40:43 +0000
commitc7f6b29af7cd10217df6ae8aaa2f6919280f5751 (patch)
treeed618bac567be33e7d972a485ad93a583a0be39c
parentFix digest, bug 123921 (diff)
downloadgentoo-2-c7f6b29af7cd10217df6ae8aaa2f6919280f5751.tar.gz
gentoo-2-c7f6b29af7cd10217df6ae8aaa2f6919280f5751.tar.bz2
gentoo-2-c7f6b29af7cd10217df6ae8aaa2f6919280f5751.zip
Alpha stable
(paludis 0.1.0 svn 61M)
-rw-r--r--sys-devel/flex/ChangeLog5
-rw-r--r--sys-devel/flex/flex-2.5.33.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog
index 602b737833f8..04cc23e9a295 100644
--- a/sys-devel/flex/ChangeLog
+++ b/sys-devel/flex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/flex
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.42 2006/02/24 16:13:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.43 2006/02/24 16:40:43 spb Exp $
+
+ 24 Feb 2006; Stephen Bennett <spb@gentoo.org> flex-2.5.33.ebuild:
+ Alpha stable
24 Feb 2006; Markus Rothe <corsair@gentoo.org> flex-2.5.33.ebuild:
Stable on ppc64
diff --git a/sys-devel/flex/flex-2.5.33.ebuild b/sys-devel/flex/flex-2.5.33.ebuild
index 904309e04ad7..561665343bcb 100644
--- a/sys-devel/flex/flex-2.5.33.ebuild
+++ b/sys-devel/flex/flex-2.5.33.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.33.ebuild,v 1.3 2006/02/24 16:13:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.33.ebuild,v 1.4 2006/02/24 16:40:43 spb 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 ~ppc-macos ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"