summaryrefslogtreecommitdiff
path: root/eclass/ruby-utils.eclass
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-03-25 14:30:57 +0100
committerHans de Graaff <graaff@gentoo.org>2025-04-19 10:36:50 +0200
commit27df2e633f8f65a5199e281d539bf3685f8611c0 (patch)
tree7a5d5e321c58afb10135f19af3b304fa0007d635 /eclass/ruby-utils.eclass
parent6a41e62c0f0b8a0ba844c0591238ea02de22a9cf (diff)
downloadgentoo-27df2e633f8f65a5199e281d539bf3685f8611c0.tar.gz
gentoo-27df2e633f8f65a5199e281d539bf3685f8611c0.tar.bz2
gentoo-27df2e633f8f65a5199e281d539bf3685f8611c0.zip
eclass/ruby*: disable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eclass/ruby-utils.eclass')
-rw-r--r--eclass/ruby-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index 4bd3e6ba1292..f55fcb29af74 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-utils.eclass
@@ -33,7 +33,7 @@ esac
# provide for a better first installation experience.
# All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby32 ruby31 "
+RUBY_TARGETS_PREFERENCE="ruby32 "
# All other active ruby targets
RUBY_TARGETS_PREFERENCE+="ruby33 ruby34"