commit: 76103d9bc556767770122980260910d1112789df Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 15 15:13:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 15:13:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76103d9b
profiles/arch/powerpc/ppc32: unmask ruby30 Bug: https://bugs.gentoo.org/890915 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 9f5ea0744596..12251d45c57d 100644 --- a/profiles/arch/powerpc/ppc32/make.defaults +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -31,7 +31,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]> (2023-01-15) -# Temporary mask for https://bugs.gentoo.org/890915 -RUBY_TARGETS="ruby27" diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 7061a477827e..f37bb699d2a5 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,10 +1,6 @@ # Copyright 2014-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Hans de Graaff <[email protected]> (2023-01-15) -# Temporary mask for https://bugs.gentoo.org/890915 -ruby_targets_ruby30 - # Sam James <[email protected]> (2022-03-03) # dev-lang/ocaml and dev-ml/* not marked stable here ocaml
