summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-06-22 08:10:56 +0000
committerHans de Graaff <graaff@gentoo.org>2012-06-22 08:10:56 +0000
commit16a87a2664dbd2cc8ebb65e47b8ffa7695a0b104 (patch)
treefcc58327c5077f6a1956da65a84b1df3f72eb5f4 /dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild
parentmarked x86 per bug 422461 (diff)
downloadgentoo-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)
Diffstat (limited to 'dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild')
-rw-r--r--dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild11
1 files changed, 7 insertions, 4 deletions
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() {