commit: 016bdbd0c5cd0456d64874eccb7a3ca5b700e0b7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 29 20:20:32 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 20:20:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016bdbd0
profiles/arch/x86: enable RUBY_TARGETS=ruby31 Bug: https://bugs.gentoo.org/907377 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/x86/make.defaults | 4 ---- profiles/arch/x86/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 672f3ebcf4c4..2ff3ba0dff24 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -43,7 +43,3 @@ ABI_X86="32" # 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/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index b2d5d5ab61ad..5b5cab87da95 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/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 - # Alfredo Tupone <[email protected]> (2023-2-2) # sys-devel/gcc:12 is not stable yet on x86 ada_target_gcc_12
