diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-25 14:12:51 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-25 14:12:51 +0000 |
commit | 3f96a5615369644cfcac1c46b53675c596e19664 (patch) | |
tree | f169ae27db7dbe361d37c2aba78bfdee54cb8413 /sys-devel | |
parent | Commented out the Makefile patch. (diff) | |
download | gentoo-2-3f96a5615369644cfcac1c46b53675c596e19664.tar.gz gentoo-2-3f96a5615369644cfcac1c46b53675c596e19664.tar.bz2 gentoo-2-3f96a5615369644cfcac1c46b53675c596e19664.zip |
Stable on ppc64; bug #149048
(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 533a6659a45d..5faeef83c984 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.53 2006/05/31 21:28:03 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.54 2006/09/25 14:12:51 corsair Exp $ + + 25 Sep 2006; Markus Rothe <corsair@gentoo.org> bison-2.2.ebuild: + Stable on ppc64; bug #149048 01 Jun 2006; Joshua Kinard <kumba@gentoo.org> bison-2.1.ebuild, bison-2.2.ebuild: diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild index 175d6a104516..9da1bb34612c 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.3 2006/09/25 13:15:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.4 2006/09/25 14:12:51 corsair 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 )" |