summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-05-20 12:21:26 +0200
committerHans de Graaff <graaff@gentoo.org>2024-05-20 12:21:26 +0200
commit656f679cbe64bb08ffbc6c9c9d0af69670866f85 (patch)
tree3155133de774b84629e9dd7a723198587a96112f /profiles/arch/x86/make.defaults
parentdev-ruby/json: require ragel 6.x (diff)
downloadgentoo-656f679cbe64bb08ffbc6c9c9d0af69670866f85.tar.gz
gentoo-656f679cbe64bb08ffbc6c9c9d0af69670866f85.tar.bz2
gentoo-656f679cbe64bb08ffbc6c9c9d0af69670866f85.zip
profiles: explicitly disable ruby32 in temp RUBY_TARGETS
These variables are compounding so we need to explicitly turn it off to overwrite the ruby32 value in the base profile. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/x86/make.defaults')
-rw-r--r--profiles/arch/x86/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
index 5e39eac6a523..6fc955113ada 100644
--- a/profiles/arch/x86/make.defaults
+++ b/profiles/arch/x86/make.defaults
@@ -46,4 +46,4 @@ USE="libtirpc"
# Hans de Graaff <graaff@gentoo.org> (2024-05-20)
# Allow ruby32 stabling: https://bugs.gentoo.org/932285
-RUBY_TARGETS="ruby31"
+RUBY_TARGETS="ruby31 -ruby32"