summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2006-09-27 18:43:55 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2006-09-27 18:43:55 +0000
commite33a2a342bdcd41cd8ba52dcd429b0822c2ab979 (patch)
treed308426c3504a0afad66e0473ef6fab9d0c58245 /sys-devel
parentStable on alpha as per bug #149054 (diff)
downloadgentoo-2-e33a2a342bdcd41cd8ba52dcd429b0822c2ab979.tar.gz
gentoo-2-e33a2a342bdcd41cd8ba52dcd429b0822c2ab979.tar.bz2
gentoo-2-e33a2a342bdcd41cd8ba52dcd429b0822c2ab979.zip
Stable on alpha as per bug #149049
(Portage version: 2.1.1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/ChangeLog5
-rw-r--r--sys-devel/bison/bison-2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 3881035fcf6f..6286b1777d1a 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bison
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.59 2006/09/26 22:40:41 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.60 2006/09/27 18:43:55 ferdy Exp $
+
+ 27 Sep 2006; Fernando J. Pereda <ferdy@gentoo.org> bison-2.2.ebuild:
+ Stable on alpha as per bug #149049
26 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> bison-2.2.ebuild:
Stable on sparc wrt #149049
diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild
index 34ced6650286..df0d795af0b5 100644
--- a/sys-devel/bison/bison-2.2.ebuild
+++ b/sys-devel/bison/bison-2.2.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/bison/bison-2.2.ebuild,v 1.9 2006/09/26 22:40:41 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.10 2006/09/27 18:43:55 ferdy Exp $
inherit toolchain-funcs flag-o-matic eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"