diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-26 18:31:40 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-26 18:31:40 +0000 |
commit | c8e0c58024f83b9e6008717d476910572d8b6351 (patch) | |
tree | 16802d2cb104621b5cbc48798e642e2ce93e62fe /sys-devel/bison | |
parent | Fixed DEPEND/RDEPEND. (diff) | |
download | gentoo-2-c8e0c58024f83b9e6008717d476910572d8b6351.tar.gz gentoo-2-c8e0c58024f83b9e6008717d476910572d8b6351.tar.bz2 gentoo-2-c8e0c58024f83b9e6008717d476910572d8b6351.zip |
Stable on hppa wrt #149049
(Portage version: 2.1.1)
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 090c4a63b329..c8e268f6a9ca 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.57 2006/09/26 11:54:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.58 2006/09/26 18:31:40 gustavoz Exp $ + + 26 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> bison-2.2.ebuild: + Stable on hppa wrt #149049 26 Sep 2006; Simon Stelling <blubb@gentoo.org> bison-2.2.ebuild: stable on amd64 diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild index 9d85fbace58f..6a95d9cfae50 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.7 2006/09/26 11:54:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.8 2006/09/26 18:31:40 gustavoz 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 )" |