diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-16 11:36:06 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-16 11:36:06 +0000 |
commit | 92563f34ed9165e1080cd74cbb223363a03966cf (patch) | |
tree | 82d38876d42b052e57c3e246af88ff2380416c5e /sys-devel/bison | |
parent | Stable on ppc64; bug #126363 (diff) | |
download | historical-92563f34ed9165e1080cd74cbb223363a03966cf.tar.gz historical-92563f34ed9165e1080cd74cbb223363a03966cf.tar.bz2 historical-92563f34ed9165e1080cd74cbb223363a03966cf.zip |
Stable on ppc64; bug #126364
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 28a69a34891d..941f85d98d67 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.43 2005/09/21 23:43:04 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.44 2006/03/16 11:36:06 corsair Exp $ + + 16 Mar 2006; Markus Rothe <corsair@gentoo.org> bison-2.1.ebuild: + Stable on ppc64; bug #126364 *bison-2.1 (21 Sep 2005) diff --git a/sys-devel/bison/bison-2.1.ebuild b/sys-devel/bison/bison-2.1.ebuild index 976a0d2e4554..3dfd0d91ba47 100644 --- a/sys-devel/bison/bison-2.1.ebuild +++ b/sys-devel/bison/bison-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1.ebuild,v 1.2 2005/09/22 06:41:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.1.ebuild,v 1.3 2006/03/16 11:36:06 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls static" DEPEND="sys-devel/m4 |