diff options
-rw-r--r-- | dev-ruby/ruby_parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog index cbcb927204c2..556a95c3c35a 100644 --- a/dev-ruby/ruby_parser/ChangeLog +++ b/dev-ruby/ruby_parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby_parser # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.23 2011/03/27 19:21:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.24 2011/04/01 07:16:08 xmw Exp $ + + 01 Apr 2011; Michael Weber <xmw@gentoo.org> ruby_parser-2.0.5.ebuild: + sparc stable (bug 355299) 27 Mar 2011; Brent Baude <ranger@gentoo.org> ruby_parser-2.0.5.ebuild: Marking ruby_parser-2.0.5 ppc stable for bug 355299 diff --git a/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild index d9b013de5368..8121d360f7c8 100644 --- a/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.7 2011/03/27 19:21:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.8 2011/04/01 07:16:08 xmw Exp $ EAPI=2 @@ -21,7 +21,7 @@ HOMEPAGE="http://parsetree.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1" |