diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 08:26:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 08:26:50 +0000 |
commit | 84c0686921749eadafdb6966d4af8496796256ac (patch) | |
tree | 5c52295edb70007c9e2f8d7019ecabc5436d1632 /dev-ruby/rspec/rspec-1.3.1-r1.ebuild | |
parent | Revision bump to drop ruby19 from stable version. (diff) | |
download | gentoo-2-84c0686921749eadafdb6966d4af8496796256ac.tar.gz gentoo-2-84c0686921749eadafdb6966d4af8496796256ac.tar.bz2 gentoo-2-84c0686921749eadafdb6966d4af8496796256ac.zip |
Drop ruby19 from stable versions.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec/rspec-1.3.1-r1.ebuild')
-rw-r--r-- | dev-ruby/rspec/rspec-1.3.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rspec/rspec-1.3.1-r1.ebuild b/dev-ruby/rspec/rspec-1.3.1-r1.ebuild index bb14f9015eff..db026ffedc72 100644 --- a/dev-ruby/rspec/rspec-1.3.1-r1.ebuild +++ b/dev-ruby/rspec/rspec-1.3.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1-r1.ebuild,v 1.6 2011/10/02 17:10:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1-r1.ebuild,v 1.7 2011/12/28 08:26:50 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_TASK_TEST="spec" @@ -37,7 +37,7 @@ RDEPEND="!<dev-ruby/rspec-rails-${PV}" # We should add nokogiri here to make sure that we test as much as # possible, but since it's yet unported to 1.9 and the nokogiri-due # tests fail for sure, we'll be waiting on it. -USE_RUBY="ruby18 ree18 ruby19" \ +USE_RUBY="ruby18 ree18" \ ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.0.0 dev-ruby/zentest |