diff options
author | Sam James <sam@gentoo.org> | 2020-09-14 20:53:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-14 20:53:45 +0000 |
commit | e908aa4da0f0f885a25cd590ffd3ab7cd9628317 (patch) | |
tree | 870ee655fc2318662bb17dd8cd4b33f543d4e682 /profiles | |
parent | dev-ruby/rubygems: Stabilize 3.0.3 ppc64, #728192 (diff) | |
download | gentoo-e908aa4da0f0f885a25cd590ffd3ab7cd9628317.tar.gz gentoo-e908aa4da0f0f885a25cd590ffd3ab7cd9628317.tar.bz2 gentoo-e908aa4da0f0f885a25cd590ffd3ab7cd9628317.zip |
profiles/arch/arm64: set RUBY_TARGETS="ruby26" on stable
Bug: https://bugs.gentoo.org/728192
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/make.defaults | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/use.stable.mask | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/profiles/arch/arm64/make.defaults b/profiles/arch/arm64/make.defaults index 7787cb472c2c..3fa7f0b1c878 100644 --- a/profiles/arch/arm64/make.defaults +++ b/profiles/arch/arm64/make.defaults @@ -25,7 +25,3 @@ USE="libtirpc" # Michał Górny <mgorny@gentoo.org> (2017-03-14) # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM" - -# Hans de Graaff <graaff@gentoo.org> (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 81d36ee2a624..9d6e020d6967 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 <graaff@gentoo.org> (2020-09-14) -# Masked per-arch to facilitate stabling, bug 728192 -ruby_targets_ruby26 - # Aaron Bauman <bman@gentoo.org> (2019-05-20) # Does not build on arm64 ocamlopt |