commit: ac060050c746bcbcc5655b945b81337c77906a3a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon May 29 19:30:01 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon May 29 19:33:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac060050
profiles/arch/ppc32: enable RUBY_TARGETS=ruby31 Bug: https://bugs.gentoo.org/907377 Signed-off-by: Arthur Zamarin <arthurzam <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 a0ba4979f4df..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" - -# Sam James <[email protected]> (2023-05-29) -# Temporarily use old default until bug #907377 is done for this arch -RUBY_TARGETS="ruby30" diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 33700d01c783..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 -# Sam James <[email protected]> (2023-05-29) -# Temporary mask for bug #907377 -ruby_targets_ruby31 - # Sam James <[email protected]> (2022-03-03) # dev-lang/ocaml and dev-ml/* not marked stable here ocaml
