ruby-utils.eclass: remove ruby23 from stable targets list
authorHans de Graaff <graaff@gentoo.org>
Thu, 25 Jul 2019 15:37:30 +0000 (17:37 +0200)
committerHans de Graaff <graaff@gentoo.org>
Thu, 25 Jul 2019 15:39:04 +0000 (17:39 +0200)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
eclass/ruby-utils.eclass

index 4406724f380f91ff738aef157b54a2b2a42e9e6e..89d06fd75e3349bdd144b8a3d67ef6cc3d2cfd35 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: ruby-utils.eclass
@@ -28,7 +28,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
 # provide for a better first installation experience.
 
 # All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby24 ruby23 "
+RUBY_TARGETS_PREFERENCE="ruby24 "
 
 # All other active ruby targets
 RUBY_TARGETS_PREFERENCE+="ruby25 ruby26"