diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-09-25 17:39:53 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-09-25 17:39:53 +0000 |
commit | dd32be53a1d0b961b04bbb13359d6d70d9e4b82b (patch) | |
tree | a84340053219cbf2e9a41c75cca2c56653301333 /sys-devel/bison | |
parent | Stable on ppc wrt bug 149048 (diff) | |
download | gentoo-2-dd32be53a1d0b961b04bbb13359d6d70d9e4b82b.tar.gz gentoo-2-dd32be53a1d0b961b04bbb13359d6d70d9e4b82b.tar.bz2 gentoo-2-dd32be53a1d0b961b04bbb13359d6d70d9e4b82b.zip |
Stable on ppc wrt bug 149049
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'sys-devel/bison')
-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 5faeef83c984..bebe29bfc3c0 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.54 2006/09/25 14:12:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.55 2006/09/25 17:39:53 nixnut Exp $ + + 25 Sep 2006; <nixnut@gentoo.org> bison-2.2.ebuild: + Stable on ppc wrt bug 149049 25 Sep 2006; Markus Rothe <corsair@gentoo.org> bison-2.2.ebuild: Stable on ppc64; bug #149048 diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild index 9da1bb34612c..32a64eb585e4 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.4 2006/09/25 14:12:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.5 2006/09/25 17:39:53 nixnut 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 )" |