summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-11-13 19:49:14 +0100
committerHans de Graaff <graaff@gentoo.org>2018-11-13 19:49:14 +0100
commit61f269a66ca07af54396e6e296949f53110eaac8 (patch)
tree5720e2e1b667721a761ac51995faeb1c0d0a98ac /profiles/arch/ia64/make.defaults
parentdev-db/percona-server: Add missing line-continuation during pkg_config (diff)
downloadgentoo-61f269a66ca07af54396e6e296949f53110eaac8.tar.gz
gentoo-61f269a66ca07af54396e6e296949f53110eaac8.tar.bz2
gentoo-61f269a66ca07af54396e6e296949f53110eaac8.zip
profiles/arch/*/make.defaults: properly overwrite ruby24
The RUBY_TARGETS setting is cumulative so we need to actively turn off ruby24 to overwrite the setting in base/make.defaults. Fixes: https://bugs.gentoo.org/671064 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/ia64/make.defaults')
-rw-r--r--profiles/arch/ia64/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
index b91a39618590..1c7884a9e388 100644
--- a/profiles/arch/ia64/make.defaults
+++ b/profiles/arch/ia64/make.defaults
@@ -34,4 +34,4 @@ ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens
# Hans de Graaff <graaff@gentoo.org> (12 Nov 2018)
# Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23"
+RUBY_TARGETS="ruby23 -ruby24"