commit: a3b168657f6d66da4549bf31af3c5775e69d15c5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 09:06:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 09:06:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b16865
profiles/arch/powerpc/ppc64: unmask ruby27 for stable Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/powerpc/ppc64/make.defaults | 4 ---- profiles/arch/powerpc/ppc64/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index 562ac6ba777..ff2526a2530 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/make.defaults @@ -39,7 +39,3 @@ VIDEO_CARDS="fbdev mga nv r128 radeon" # Enable abi_ppc_64 for packages that don't have it forced. ABI_PPC="64" - -# 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/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index 509e9df8e60..270d61458e3 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/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]> (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.
