commit: 42702c632267ebb7fecd69ac78b02a51399f36b2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 19:57:53 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 20:07:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42702c63
profiles/arch/powerpc/ppc32: set RUBY_TARGETS="ruby26" on stable Bug: https://bugs.gentoo.org/728192 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/powerpc/ppc32/make.defaults | 4 ---- profiles/arch/powerpc/ppc32/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults index 638233f7ed9..de0dc3b76f4 100644 --- a/profiles/arch/powerpc/ppc32/make.defaults +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -35,7 +35,3 @@ IUSE_IMPLICIT="abi_ppc_32" # Enable abi_ppc_32 for packages that don't have it forced. ABI_PPC="32" - -# Hans de Graaff <[email protected]> (2020-09-14) -# Set per-arch to facilitate stabling, bug 728192 -RUBY_TARGETS="ruby25" diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index dac2627fd57..4153941ba6b 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,7 +1,3 @@ -# Hans de Graaff <[email protected]> (2020-09-14) -# Masked per-arch to facilitate stabling, bug 728192 -ruby_targets_ruby26 - # Andreas Sturmlechner <[email protected]> (2020-08-13) # media-gfx/gimp is ~hppa only gimp
