summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-08-26 06:45:16 +0000
committerHans de Graaff <graaff@gentoo.org>2010-08-26 06:45:16 +0000
commita7aff4d29ddec940baec50f8c08cbea2117372ef (patch)
tree8df693ad64caa44bcc898f947039648cede40e20 /dev-ruby/ruby2ruby
parentFix USE=doc. (diff)
downloadgentoo-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')
-rw-r--r--dev-ruby/ruby2ruby/ChangeLog6
-rw-r--r--dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r1.ebuild4
-rw-r--r--dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby2ruby/ChangeLog b/dev-ruby/ruby2ruby/ChangeLog
index 0946fe862999..ee785175a780 100644
--- a/dev-ruby/ruby2ruby/ChangeLog
+++ b/dev-ruby/ruby2ruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby2ruby
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.24 2010/08/23 13:49:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.25 2010/08/26 06:45:16 graaff Exp $
+
+ 26 Aug 2010; Hans de Graaff <graaff@gentoo.org> ruby2ruby-1.2.4-r1.ebuild,
+ ruby2ruby-1.2.4-r2.ebuild:
+ Actually move ree18 support to -r2 only, not the other way around.
*ruby2ruby-1.2.4-r2 (23 Aug 2010)
diff --git a/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r1.ebuild b/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r1.ebuild
index 437d50151b8f..c59cd557c320 100644
--- a/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r1.ebuild
+++ b/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r1.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-r1.ebuild,v 1.8 2010/05/22 23:15:43 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r1.ebuild,v 1.9 2010/08/26 06:45:16 graaff Exp $
EAPI=2
-USE_RUBY="ruby18 ree18"
+USE_RUBY="ruby18"
# Don't run tests, since they require the testcase from ParseTree;
# ParseTree _is_ the testcase for ruby2ruby
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