summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-10-10 08:37:55 +0200
committerHans de Graaff <graaff@gentoo.org>2021-10-10 08:39:44 +0200
commit732fa8647044c8d13853a84546803c070faf0217 (patch)
tree36f902dea16050d9c174c8ab573fbf7189105d32 /profiles/arch/x86/make.defaults
parentapp-emulation/lxd: add fowners for the keepdir (diff)
downloadgentoo-732fa8647044c8d13853a84546803c070faf0217.tar.gz
gentoo-732fa8647044c8d13853a84546803c070faf0217.tar.bz2
gentoo-732fa8647044c8d13853a84546803c070faf0217.zip
profiles: prepare for ruby27 stable bug
Set the new defaults including ruby27 in the base profile, and reset it again to the ruby26 defaults in the arch profiles. This allows each arch to stable ruby27 at their own speed. Bug 801289. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/x86/make.defaults')
-rw-r--r--profiles/arch/x86/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
index 2c3d14cf5e75..c9c64eb4cdf0 100644
--- a/profiles/arch/x86/make.defaults
+++ b/profiles/arch/x86/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# All extra USE/etc should be specified in sub-profiles.
@@ -47,3 +47,7 @@ ABI_X86="32"
# Enable USE=libtirpc by default, to ease dependency resolution during
# the stabilization of glibc-2.26. Bug 657148
USE="libtirpc"
+
+# Hans de Graaff <graaff@gentoo.org> (2021-10-10)
+# Temporary override base default to support the ruby27 stable bug 801289
+RUBY_TARGETS="ruby26"