commit: 9fbe65fb2a49aeb933a3579d280ad480de11f6a3 Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Mon May 20 18:14:47 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 20 21:48:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbe65fb
profiles/arch/x86: stabilize USE=ruby_targets_ruby32 Bug: https://bugs.gentoo.org/932285 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> 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 6fc955113ada..16f6fbe98d0e 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" - -# Hans de Graaff <[email protected]> (2024-05-20) -# Allow ruby32 stabling: https://bugs.gentoo.org/932285 -RUBY_TARGETS="ruby31 -ruby32" diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 8ff2c3fd9a8e..6f373ce425c2 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 -# Hans de Graaff <[email protected]> (2024-05-20) -# Allow ruby32 stabling: https://bugs.gentoo.org/932285 -ruby_targets_ruby32 - # Paul Zander <[email protected]> (2024-02-14) # sci-libs/atlas is not stable atlas
