diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-09-26 04:38:44 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-09-26 04:38:44 +0000 |
commit | bc71efa23372c2d3ee41603746d43572df50d858 (patch) | |
tree | 37d735a0b368b243fc3f92d8a60739cef36f86c7 /sys-devel | |
parent | Bump. Works with PBS installed to /usr/libdir/pbs/lib, so blocks on older ope... (diff) | |
download | gentoo-2-bc71efa23372c2d3ee41603746d43572df50d858.tar.gz gentoo-2-bc71efa23372c2d3ee41603746d43572df50d858.tar.bz2 gentoo-2-bc71efa23372c2d3ee41603746d43572df50d858.zip |
x86 stable; The bison trampled me on its way to the watering hole
(Portage version: 2.1.1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index bebe29bfc3c0..43b65579bd95 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.55 2006/09/25 17:39:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.56 2006/09/26 04:38:44 tsunam Exp $ + + 26 Sep 2006; Joshua Jackson <tsunam@gentoo.org> bison-2.2.ebuild: + Stable x86; bug #149049 25 Sep 2006; <nixnut@gentoo.org> bison-2.2.ebuild: Stable on ppc wrt bug 149049 diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild index 32a64eb585e4..c94a669a87c3 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.5 2006/09/25 17:39:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.6 2006/09/26 04:38:44 tsunam 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 )" |