diff options
author | Brent Baude <ranger@gentoo.org> | 2010-05-11 13:32:32 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-05-11 13:32:32 +0000 |
commit | ec21a5bbf70dc26affae34bb5486ade846a943fc (patch) | |
tree | afa42eadb40bf029b52e5ae4d193a844f7f3e555 /sys-devel/bison | |
parent | x86 stable wrt bug #317931 (diff) | |
download | gentoo-2-ec21a5bbf70dc26affae34bb5486ade846a943fc.tar.gz gentoo-2-ec21a5bbf70dc26affae34bb5486ade846a943fc.tar.bz2 gentoo-2-ec21a5bbf70dc26affae34bb5486ade846a943fc.zip |
Marking bison-2.4.1 ppc64 for bug 311867
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 6983c97e30ee..34028963fbf1 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.85 2010/04/22 06:07:29 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.86 2010/05/11 13:32:32 ranger Exp $ + + 11 May 2010; Brent Baude <ranger@gentoo.org> bison-2.4.1.ebuild: + Marking bison-2.4.1 ppc64 for bug 311867 22 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> bison-2.4.2.ebuild, +files/bison-2.4.2-gcc45_testsuite.patch: diff --git a/sys-devel/bison/bison-2.4.1.ebuild b/sys-devel/bison/bison-2.4.1.ebuild index 0b72bee5c4c2..56448e19aafb 100644 --- a/sys-devel/bison/bison-2.4.1.ebuild +++ b/sys-devel/bison/bison-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.1.ebuild,v 1.6 2010/04/16 13:43:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.1.ebuild,v 1.7 2010/05/11 13:32:32 ranger 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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |