diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-06-26 20:05:09 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-06-26 20:05:09 +0000 |
commit | 095f0b1624e245ed4c72dbcabf1f7a4a02156072 (patch) | |
tree | 99b73bd4f47596857c7370cde6eb9fc1a8cf0f7e | |
parent | Stable on ppc; bug #183256. (diff) | |
download | gentoo-2-095f0b1624e245ed4c72dbcabf1f7a4a02156072.tar.gz gentoo-2-095f0b1624e245ed4c72dbcabf1f7a4a02156072.tar.bz2 gentoo-2-095f0b1624e245ed4c72dbcabf1f7a4a02156072.zip |
Stable on ppc; bug #183254.
(Portage version: 2.1.3_rc5)
-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 fa65df2e9cf6..1103e0170041 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.66 2007/06/26 16:41:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.67 2007/06/26 20:05:09 pylon Exp $ + + 26 Jun 2007; Lars Weiler <pylon@gentoo.org> bison-2.3.ebuild: + Stable on ppc; bug #183254. 26 Jun 2007; Raúl Porcel <armin76@gentoo.org> bison-2.3.ebuild: alpha/ia64/x86 stable wrt #183254 diff --git a/sys-devel/bison/bison-2.3.ebuild b/sys-devel/bison/bison-2.3.ebuild index 5a325bb1cc00..073e49d5d922 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.4 2007/06/26 16:41:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.5 2007/06/26 20:05:09 pylon 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 )" |