summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-17 08:33:45 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-17 08:33:45 +0200
commit1cdd6b23d70596db93f2cdf3e5c3c7c024fdced4 (patch)
tree6fc760dd597a7f5e193f25fb24d1cb933ce4b796 /profiles/arch/x86/make.defaults
parentdev-ruby/regexp_parser: add 1.6.0 (diff)
downloadgentoo-1cdd6b23d70596db93f2cdf3e5c3c7c024fdced4.tar.gz
gentoo-1cdd6b23d70596db93f2cdf3e5c3c7c024fdced4.tar.bz2
gentoo-1cdd6b23d70596db93f2cdf3e5c3c7c024fdced4.zip
profiles/arch: mask ruby:2.5 for each arch
This is needed for ruby 2.5 stable bug 688976 and allows each arch to mark ruby 2.5 stable independently. Add a use.stable.mask for ruby_targets_ruby25 and sets RUBY_TARGETS to ruby24 only. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/x86/make.defaults')
-rw-r--r--profiles/arch/x86/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
index c0600e4ae9f1..884e1c008db8 100644
--- a/profiles/arch/x86/make.defaults
+++ b/profiles/arch/x86/make.defaults
@@ -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) (2019-07-17)
+# Temporary RUBY_TARGETS for bug 688976
+RUBY_TARGETS="ruby24"