summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-01-21 11:17:21 +0100
committerHans de Graaff <graaff@gentoo.org>2018-01-21 11:38:40 +0100
commitd1b15d57a9ef8e43dae954f5d961f69550781bbe (patch)
tree4871f193a43f0cd25a61812fcf113afc7b8629c8 /profiles/arch/ia64/make.defaults
parentsys-libs/glibc: reenable stack protection on mips, bug #640130 (diff)
downloadgentoo-d1b15d57a9ef8e43dae954f5d961f69550781bbe.tar.gz
gentoo-d1b15d57a9ef8e43dae954f5d961f69550781bbe.tar.bz2
gentoo-d1b15d57a9ef8e43dae954f5d961f69550781bbe.zip
Move current ruby23 status into arch profiles, bug 639476
Mask ruby_targets_ruby23 in the use.stable.mask of each arch and set RUBY_TARGETS to ruby22 in the make.defaults for each arch. This makes it possible to update the defaults in the main profile for a stable ruby:2.3 slot and consequently to mark ruby:2.3 stable on each arch in turn making sure that users of that arch will not end up with conflicting settings (e.g. stable ruby:2.3 but RUBY_TARGETS="ruby22"). Each arch is expected to remove these temporary entries as they mark ruby:2.3 stable, as per the instructions in bug 639476.
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 476c229a5a63..c1552b0f8c8a 100644
--- a/profiles/arch/ia64/make.defaults
+++ b/profiles/arch/ia64/make.defaults
@@ -26,3 +26,7 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx vesa voodoo"
# 2006/12/23 - Diego Pettenò <flameeyes@gentoo.org>
# 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> (21 Jan 2018)
+# Temporary entry to support stable bug 639476
+RUBY_TARGETS="ruby22"