diff options
Diffstat (limited to 'profiles/arch/sparc/make.defaults')
-rw-r--r-- | profiles/arch/sparc/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 23b5d7dad10a..165c975c732f 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="sparc" @@ -42,3 +42,7 @@ VIDEO_CARDS="fbdev mga r128 radeon" # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 USE="libtirpc" + +# Hans de Graaff <graaff@gentoo.org> (2023-01-15) +# Temporary mask for https://bugs.gentoo.org/890915 +RUBY_TARGETS="ruby27" |