commit: 4a500b32dd99216728622e23105b7517bc753fef Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon May 29 19:37:45 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon May 29 19:37:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a500b32
profiles/arch/arm: enable RUBY_TARGETS=ruby31 Bug: https://bugs.gentoo.org/907377 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/arch/arm/make.defaults | 4 ---- profiles/arch/arm/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults index ab17ff0424e4..4527d2144ae0 100644 --- a/profiles/arch/arm/make.defaults +++ b/profiles/arch/arm/make.defaults @@ -25,7 +25,3 @@ VIDEO_CARDS="exynos fbdev omap" # Michał Górny <[email protected]> (2017-03-14) # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM" - -# 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/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 596393361ade..106b7593e9af 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/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 <[email protected]> (2023-05-29) -# Temporary mask for bug #907377 -ruby_targets_ruby31 - # Sam James <[email protected]> (2022-01-16) # net-libs/gnome-online-accounts is not marked stable on arm yet gnome-online-accounts
