diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 22:39:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 22:39:53 +0300 |
commit | c3b9ce4d05bdac74f506a09d899f17bb905321bd (patch) | |
tree | 438d6ee582b680669e4dcc5be46b0b1fc60167a7 /profiles | |
parent | dev-ruby/bundler: Stabilize 2.3.26 ppc64, #907377 (diff) | |
download | gentoo-c3b9ce4d05bdac74f506a09d899f17bb905321bd.tar.gz gentoo-c3b9ce4d05bdac74f506a09d899f17bb905321bd.tar.bz2 gentoo-c3b9ce4d05bdac74f506a09d899f17bb905321bd.zip |
profiles/arch/ppc64: enable RUBY_TARGETS=ruby31
Bug: https://bugs.gentoo.org/907377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/powerpc/ppc64/make.defaults | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.stable.mask | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index 96872299b26e..93e2c5b69fad 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/make.defaults @@ -39,7 +39,3 @@ VIDEO_CARDS="fbdev mga r128 radeon" # Enable abi_ppc_64 for packages that don't have it forced. ABI_PPC="64" - -# Sam James <sam@gentoo.org> (2023-05-29) -# Temporarily use old default until bug #907377 is done for this arch -RUBY_TARGETS="ruby30" diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index 6a7bb71566fa..762eccb758c1 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 -# Sam James <sam@gentoo.org> (2023-05-29) -# Temporary mask for bug #907377 -ruby_targets_ruby31 - # Michał Górny <mgorny@gentoo.org> (2021-12-31) # PyPy3 target is not ready for stable. python_targets_pypy3 |