commit: da409b0e3d006a35844e31f0908023de7114b9ce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 20:57:01 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 21:03:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da409b0e
profiles/arch/arm: set RUBY_TARGETS="ruby26" on stable Bug: https://bugs.gentoo.org/728192 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 8536617f81f..23746eae9be 100644 --- a/profiles/arch/arm/make.defaults +++ b/profiles/arch/arm/make.defaults @@ -22,7 +22,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]> (2020-09-14) -# Set per-arch to facilitate stabling, bug 728192 -RUBY_TARGETS="ruby25" diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 2799fca2ebd..0448e2b174d 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]> (2020-09-14) -# Masked per-arch to facilitate stabling, bug 728192 -ruby_targets_ruby26 - # Sam James <[email protected]> (2020-06-29) # media-gfx/gimp not yet stable gimp
