diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-27 06:10:11 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-27 06:10:11 +0000 |
commit | 4d7615112f44ba75e404b1b4bb4a5f6b89ad0e3a (patch) | |
tree | 94ef7d953537cd5d88832682ebe4b93e8d4db928 /sys-devel | |
parent | changed email address of contributor and added some quotes (diff) | |
download | historical-4d7615112f44ba75e404b1b4bb4a5f6b89ad0e3a.tar.gz historical-4d7615112f44ba75e404b1b4bb4a5f6b89ad0e3a.tar.bz2 historical-4d7615112f44ba75e404b1b4bb4a5f6b89ad0e3a.zip |
Stable on ppc64; bug #183254
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 3678baa607b6..dabf5247d1aa 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.68 2007/06/27 03:36:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.69 2007/06/27 06:10:11 corsair Exp $ + + 27 Jun 2007; Markus Rothe <corsair@gentoo.org> bison-2.3.ebuild: + Stable on ppc64; bug #183254 27 Jun 2007; Jeroen Roovers <jer@gentoo.org> bison-2.3.ebuild: Stable for HPPA (bug #183254). diff --git a/sys-devel/bison/bison-2.3.ebuild b/sys-devel/bison/bison-2.3.ebuild index f68ffc084957..4f358ddda6ec 100644 --- a/sys-devel/bison/bison-2.3.ebuild +++ b/sys-devel/bison/bison-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.6 2007/06/27 03:36:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.7 2007/06/27 06:10:11 corsair Exp $ inherit toolchain-funcs flag-o-matic @@ -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 ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |