diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-11-13 19:49:14 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-11-13 19:49:14 +0100 |
commit | 61f269a66ca07af54396e6e296949f53110eaac8 (patch) | |
tree | 5720e2e1b667721a761ac51995faeb1c0d0a98ac /profiles/arch/sparc | |
parent | dev-db/percona-server: Add missing line-continuation during pkg_config (diff) | |
download | gentoo-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/sparc')
-rw-r--r-- | profiles/arch/sparc/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 8ae22a12a030..4af6d8cc78ce 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -46,4 +46,4 @@ USE="libtirpc" # Hans de Graaff <graaff@gentoo.org> (12 Nov 2018) # Temporary entry to support stable bug 661262 -RUBY_TARGETS="ruby23" +RUBY_TARGETS="ruby23 -ruby24" |