commit:     ad3b62e9d4b75f3bcd30d4616ad819bf53a6ca6a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 09:55:38 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 09:56:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3b62e9

eclass/ruby-single.eclass: update versions in docs

Use more up-to-date versions in the documentation.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 eclass/ruby-single.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
index bf339bc9b60..747b9de8d41 100644
--- a/eclass/ruby-single.eclass
+++ b/eclass/ruby-single.eclass
@@ -17,7 +17,7 @@
 # pull in the dependency on the requested ruby targets.
 #
 # @CODE
-# USE_RUBY="ruby20 ruby21"
+# USE_RUBY="ruby26 ruby27"
 # inherit ruby-single
 # RDEPEND="${RUBY_DEPS}"
 # @CODE
@@ -66,7 +66,7 @@ inherit ruby-utils
 #
 # Example value:
 # @CODE
-# || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) virtual/rubygems
+# || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 ) virtual/rubygems
 # @CODE
 #
 # The order of dependencies will change over time to best match the

Reply via email to