commit: f5f41f833b358aa2c41e779abf8dd946a30d7b76 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 17:06:54 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 17:06:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f41f83
profiles/arm64: drop ruby25 masks and update make.defaults Signed-off-by: Aaron Bauman <bman <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 ae8f19006b8..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]) (2019-07-17) -# Temporary RUBY_TARGETS for bug 688976 -RUBY_TARGETS="ruby24 -ruby25" diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 3bc5d02e20b..f72c702f629 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]> (2019-07-17) -# Temporary mask for stable bug 688976 -ruby_targets_ruby25 - # Aaron Bauman <[email protected]> (2019-05-20) # Does not build on arm64 ocamlopt
