diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-06-22 08:10:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-06-22 08:10:56 +0000 |
commit | 16a87a2664dbd2cc8ebb65e47b8ffa7695a0b104 (patch) | |
tree | fcc58327c5077f6a1956da65a84b1df3f72eb5f4 | |
parent | marked x86 per bug 422461 (diff) | |
download | gentoo-2-16a87a2664dbd2cc8ebb65e47b8ffa7695a0b104.tar.gz gentoo-2-16a87a2664dbd2cc8ebb65e47b8ffa7695a0b104.tar.bz2 gentoo-2-16a87a2664dbd2cc8ebb65e47b8ffa7695a0b104.zip |
Restrict tests to be able to bootstrap ruby19 stable.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/rake-compiler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-ruby/rake-compiler/ChangeLog b/dev-ruby/rake-compiler/ChangeLog index 3b26c70aba8b..394ea511415a 100644 --- a/dev-ruby/rake-compiler/ChangeLog +++ b/dev-ruby/rake-compiler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake-compiler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.47 2012/06/22 08:03:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.48 2012/06/22 08:10:56 graaff Exp $ + + 22 Jun 2012; Hans de Graaff <graaff@gentoo.org> rake-compiler-0.8.1.ebuild: + Restrict tests to be able to bootstrap ruby19 stable. 22 Jun 2012; Hans de Graaff <graaff@gentoo.org> -rake-compiler-0.7.9.ebuild, -rake-compiler-0.8.0.ebuild: diff --git a/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild index f6407bf4b3e3..5610bd4d6ab3 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v 1.1 2012/05/20 06:32:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v 1.2 2012/06/22 08:10:56 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -25,10 +25,13 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86 SLOT="0" IUSE="" -USE_RUBY="ruby18 ree18" \ - ruby_add_bdepend "test? ( dev-util/cucumber )" +# Restrict tests for this version so that we have a version to bootstrap +# ruby19 stable. +RESTRICT="test" +# USE_RUBY="ruby18 ree18" \ +# ruby_add_bdepend "test? ( dev-util/cucumber )" -ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/rubygems )" +# ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/rubygems )" ruby_add_rdepend "dev-ruby/rake" each_ruby_prepare() { |