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
commitd07e7eabd30db5085faf5fa4939c1d264821f78c (patch)
tree1d605e1d13addfe2be4be0d6472bc9c64b50dc3b /sys-devel
parentStable on alpha as per bug #149054 (diff)
downloadhistorical-d07e7eabd30db5085faf5fa4939c1d264821f78c.tar.gz
historical-d07e7eabd30db5085faf5fa4939c1d264821f78c.tar.bz2
historical-d07e7eabd30db5085faf5fa4939c1d264821f78c.zip
Stable on alpha as per bug #149049
Package-Manager: portage-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 )"