commit: e908aa4da0f0f885a25cd590ffd3ab7cd9628317 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 20:53:45 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 20:53:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e908aa4d
profiles/arch/arm64: set RUBY_TARGETS="ruby26" on stable Bug: https://bugs.gentoo.org/728192 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm64/make.defaults | 4 ---- profiles/arch/arm64/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/arm64/make.defaults b/profiles/arch/arm64/make.defaults index 7787cb472c2..3fa7f0b1c87 100644 --- a/profiles/arch/arm64/make.defaults +++ b/profiles/arch/arm64/make.defaults @@ -25,7 +25,3 @@ USE="libtirpc" # 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/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 81d36ee2a62..9d6e020d696 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/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 - # Aaron Bauman <[email protected]> (2019-05-20) # Does not build on arm64 ocamlopt
