diff options
-rw-r--r-- | dev-ruby/ruby_parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog index 5fc4785fc666..4c250acdc27d 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.27 2011/08/20 09:10:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.28 2011/08/20 09:18:53 graaff Exp $ + + 20 Aug 2011; Hans de Graaff <graaff@gentoo.org> ruby_parser-2.1.0.ebuild: + Depend on newer sexp-processor for tests so that we can run them. Add jruby. *ruby_parser-2.1.0 (20 Aug 2011) diff --git a/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild index c438615c5894..53ad96289800 100644 --- a/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild @@ -1,14 +1,10 @@ # 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.1.0.ebuild,v 1.1 2011/08/20 09:10:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild,v 1.2 2011/08/20 09:18:53 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18" - -# Don't run tests, since they require the testcase from ParseTree; -# ParseTree _is_ the testcase for ruby_parse -RUBY_FAKEGEM_TASK_TEST="" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" @@ -26,6 +22,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1" ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )" +ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp-processor-3.0.6 )" all_ruby_prepare() { # Remove reference to perforce method that is not in a released |