diff options
Diffstat (limited to 'profiles/arch/x86/make.defaults')
-rw-r--r-- | profiles/arch/x86/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index f3347ce31a71..2e9b5fa264c6 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -42,3 +42,7 @@ IUSE_IMPLICIT="abi_x86_32" # Michał Górny <mgorny@gentoo.org> (01 Jul 2014) # Default to abi_x86_32 for packages that don't have it forced. ABI_X86="32" + +# Hans de Graaff <graaff@gentoo.org> (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" |