From 4e6378ddac49b7268b7ab55d1f5900b2a6d81923 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Aug 2022 08:53:43 +0100 Subject: gentoo auto-resync : 27:08:2022 - 08:53:43 --- eclass/Manifest.gz | Bin 36978 -> 36969 bytes eclass/ruby-ng.eclass | 2 +- eclass/ruby-single.eclass | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index dd9169eb03f8..f6a49612466b 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 06548392a501..6eceb4d5ba9f 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -114,7 +114,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|jruby) + ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|jruby) ;; *) echo ${i};; 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 -- cgit v1.2.3