summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-08-27 08:29:43 +0200
committerHans de Graaff <graaff@gentoo.org>2022-08-27 08:31:51 +0200
commit7a3226b5419f3117d409b014d81fd3ba61ff0729 (patch)
tree4dd90bb3eedb7124e221fcc35f325a4c578aa975
parentprofiles/base/use.mask: remove obsolete ruby26 mask (diff)
downloadgentoo-7a3226b5.tar.gz
gentoo-7a3226b5.tar.bz2
gentoo-7a3226b5.zip
ruby-single.eclass: update ruby versions in examples
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--eclass/ruby-single.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
index 1e390b9163ad..476d16b5cae1 100644
--- a/eclass/ruby-single.eclass
+++ b/eclass/ruby-single.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-single.eclass
@@ -18,7 +18,7 @@
# pull in the dependency on the requested ruby targets.
#
# @CODE
-# USE_RUBY="ruby26 ruby27"
+# USE_RUBY="ruby27 ruby30"
# inherit ruby-single
# RDEPEND="${RUBY_DEPS}"
# @CODE
@@ -67,7 +67,7 @@ inherit ruby-utils
#
# Example value:
# @CODE
-# || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 ) virtual/rubygems
+# || ( dev-lang/ruby:3.0 dev-lang/ruby:2.7 ) virtual/rubygems
# @CODE
#
# The order of dependencies will change over time to best match the