diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-26 06:45:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-26 06:45:16 +0000 |
commit | a7aff4d29ddec940baec50f8c08cbea2117372ef (patch) | |
tree | 8df693ad64caa44bcc898f947039648cede40e20 /dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild | |
parent | Fix USE=doc. (diff) | |
download | gentoo-2-a7aff4d29ddec940baec50f8c08cbea2117372ef.tar.gz gentoo-2-a7aff4d29ddec940baec50f8c08cbea2117372ef.tar.bz2 gentoo-2-a7aff4d29ddec940baec50f8c08cbea2117372ef.zip |
Actually move ree18 support to -r2 only, not the other way around.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild')
-rw-r--r-- | dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild b/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild index b637096bb43b..47a99fd12ff9 100644 --- a/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild +++ b/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild,v 1.1 2010/08/23 13:49:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild,v 1.2 2010/08/26 06:45:16 graaff Exp $ EAPI=2 -USE_RUBY="ruby18" +USE_RUBY="ruby18 ree18" # Don't run tests, since they require the testcase from ParseTree; # ParseTree _is_ the testcase for ruby2ruby |