diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-06-27 03:36:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-06-27 03:36:14 +0000 |
commit | 0678db2b5847cb605bf1cae0b6c338faebec7856 (patch) | |
tree | bd8f766d201cc631ab89e1c0e8df7339c5079207 /sys-devel/bison | |
parent | comment out net-libs/linc mask since it's needed for dev-util/diasce-1.4 (diff) | |
download | gentoo-2-0678db2b5847cb605bf1cae0b6c338faebec7856.tar.gz gentoo-2-0678db2b5847cb605bf1cae0b6c338faebec7856.tar.bz2 gentoo-2-0678db2b5847cb605bf1cae0b6c338faebec7856.zip |
Stable for HPPA (bug #183254).
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-devel/bison')
-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 1103e0170041..3678baa607b6 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.67 2007/06/26 20:05:09 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.68 2007/06/27 03:36:14 jer Exp $ + + 27 Jun 2007; Jeroen Roovers <jer@gentoo.org> bison-2.3.ebuild: + Stable for HPPA (bug #183254). 26 Jun 2007; Lars Weiler <pylon@gentoo.org> bison-2.3.ebuild: Stable on ppc; bug #183254. diff --git a/sys-devel/bison/bison-2.3.ebuild b/sys-devel/bison/bison-2.3.ebuild index 073e49d5d922..f68ffc084957 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.5 2007/06/26 20:05:09 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.6 2007/06/27 03:36:14 jer 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 )" |