diff options
author | 2018-11-12 20:17:46 +0100 | |
---|---|---|
committer | 2018-11-12 20:19:28 +0100 | |
commit | bc014d3fefbfb979addf255df20d60e530658634 (patch) | |
tree | 90714e674987a25fde19b127479efbf693340794 /profiles/arch/s390 | |
parent | x11-base/xorg-server: Drop --with-os-vendor=... (diff) | |
download | gentoo-bc014d3fefbfb979addf255df20d60e530658634.tar.gz gentoo-bc014d3fefbfb979addf255df20d60e530658634.tar.bz2 gentoo-bc014d3fefbfb979addf255df20d60e530658634.zip |
profiles/arch: prepare for ruby24 stable bug
Mask ruby_targets_ruby24 in each arch with stable ruby and set
RUBY_TARGETS for each arch to ruby23, so that each arch can stable
ruby24 in their own time.
See bug 661262 for more details.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/s390')
-rw-r--r-- | profiles/arch/s390/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index b26df0f34271..476bb25aa01f 100644 --- a/profiles/arch/s390/make.defaults +++ b/profiles/arch/s390/make.defaults @@ -31,3 +31,7 @@ ABI_S390="32" # While multilib is available, we don't default it to on. BOOTSTRAP_USE="${BOOTSTRAP_USE} -multilib" USE="-multilib" + +# Hans de Graaff <graaff@gentoo.org> (12 Nov 2018) +# Temporary entry to support stable bug 661262 +RUBY_TARGETS="ruby23" |