commit: 0a06dc78557f88354bf77be7f40329a3029c819e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 05:05:31 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 05:05:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a06dc78
profiles/arch/arm: un-stablemask ruby32 Signed-off-by: Sam James <sam <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 49365fcaee47..72f8fa05cf8e 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" - -# Hans de Graaff <[email protected]> (2024-05-20) -# Allow ruby32 stabling: https://bugs.gentoo.org/932285 -RUBY_TARGETS="ruby31 -ruby32" diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 067c0d6c42db..dceaf51d1fc3 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 -# Hans de Graaff <[email protected]> (2024-05-20) -# Allow ruby32 stabling: https://bugs.gentoo.org/932285 -ruby_targets_ruby32 - # Sam James <[email protected]> (2022-01-16) # net-libs/gnome-online-accounts is not marked stable on arm yet gnome-online-accounts
