diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby-single.eclass | 6 |
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 |