commit: 62cc49f1d70c19ef938421a2c4b084a0317f906b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 09:06:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 09:06:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cc49f1
profiles/arch/powerpc/ppc32: unmask ruby27 for stable 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 d8c881b1080..0332427d751 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]> (2021-10-10) -# Temporary override base default to support the ruby27 stable bug 801289 -RUBY_TARGETS="ruby26" diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 86fa045b0a1..408d42d9aa9 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,10 +1,6 @@ # Copyright 2014-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Hans de Graaff <[email protected]> (2021-10-10) -# Temporary entry to support the ruby27 stable bug 801289 -ruby_targets_ruby27 - # Michał Górny <[email protected]> (2021-05-04) # Python 3.10 is not yet stable (and will not be until it's out of beta, # around September.
