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/ia64/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/ia64/make.defaults')
-rw-r--r--profiles/arch/ia64/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
index bdf4d7fa4798..f268b499769f 100644
--- a/profiles/arch/ia64/make.defaults
+++ b/profiles/arch/ia64/make.defaults
@@ -31,3 +31,7 @@ VIDEO_CARDS="fbdev glint mga nv r128 radeon"
# Diego Pettenò <flameeyes@gentoo.org> (2006-12-23)
# Defaults for audio drivers - Took from x86 profile
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
+
+# Hans de Graaff <graaff@gentoo.org) (2019-07-17)
+# Temporary RUBY_TARGETS for bug 688976
+RUBY_TARGETS="ruby24"