commit: 8a85b855198fd1958e441c42141f64d00f177ac8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 30 01:25:26 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 30 01:25:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a85b855
profiles/arch/sparc: enable RUBY_TARGETS=ruby31 Bug: https://bugs.gentoo.org/907377 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/make.defaults | 4 ---- profiles/arch/sparc/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index bc314dc140cc..852a8fb95b8e 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -42,7 +42,3 @@ 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" - -# Sam James <[email protected]> (2023-05-29) -# Temporarily use old default until bug #907377 is done for this arch -RUBY_TARGETS="ruby30" diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 6e7bdf7a7d54..868e5ba4559f 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Sam James <[email protected]> (2023-05-29) -# Temporary mask for bug #907377 -ruby_targets_ruby31 - # Sam James <[email protected]> (2021-04-27) # Clang and friends aren't (yet?) stable on sparc clang
