diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-13 16:42:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-13 16:42:36 +0000 |
commit | 27de5dfb387ce06a7fabdbc7d617f22e3cfe8fd6 (patch) | |
tree | 9d26dbe9eb8a59e115d9969c386514e1c0c51727 /dev-ruby/ruby_parser | |
parent | Marking sexp-processor-3.0.3-r1 ~ppc64 for bug 280631 (diff) | |
download | gentoo-2-27de5dfb387ce06a7fabdbc7d617f22e3cfe8fd6.tar.gz gentoo-2-27de5dfb387ce06a7fabdbc7d617f22e3cfe8fd6.tar.bz2 gentoo-2-27de5dfb387ce06a7fabdbc7d617f22e3cfe8fd6.zip |
Marking ruby_parser-2.0.4-r1 ~ppc64 for bug 280631
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/ruby_parser')
-rw-r--r-- | dev-ruby/ruby_parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog index 38181d966f80..de87ba895792 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.7 2010/01/05 07:00:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.8 2010/01/13 16:42:36 ranger Exp $ + + 13 Jan 2010; Brent Baude <ranger@gentoo.org> ruby_parser-2.0.4-r1.ebuild: + Marking ruby_parser-2.0.4-r1 ~ppc64 for bug 280631 05 Jan 2010; Hans de Graaff <graaff@gentoo.org> ruby_parser-2.0.4-r1.ebuild: diff --git a/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild index 462bd3280ac6..2c211d093079 100644 --- a/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.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/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild,v 1.3 2010/01/05 07:00:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild,v 1.4 2010/01/13 16:42:36 ranger Exp $ EAPI=2 @@ -21,7 +21,7 @@ HOMEPAGE="http://parsetree.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1" |