diff options
author | Sam James <sam@gentoo.org> | 2021-10-11 02:06:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-11 02:06:51 +0100 |
commit | eafa8aabb8baf3618380378d44b225aeaf1d1e50 (patch) | |
tree | 8f24ec68e0c899fb71ddd0ec7a43b7a769cfafcd | |
parent | virtual/rubygems: Stabilize 16 x86, #801289 (diff) | |
download | gentoo-eafa8aabb8baf3618380378d44b225aeaf1d1e50.tar.gz gentoo-eafa8aabb8baf3618380378d44b225aeaf1d1e50.tar.bz2 gentoo-eafa8aabb8baf3618380378d44b225aeaf1d1e50.zip |
profiles/arch/x86: unmask ruby27
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | profiles/arch/x86/make.defaults | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index c9c64eb4cdf0..4a9685fa276e 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -47,7 +47,3 @@ ABI_X86="32" # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 USE="libtirpc" - -# Hans de Graaff <graaff@gentoo.org> (2021-10-10) -# Temporary override base default to support the ruby27 stable bug 801289 -RUBY_TARGETS="ruby26" diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index a41554bb67e7..e0bd80001526 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/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> (2021-10-10) -# Temporary entry to support the ruby27 stable bug 801289 -ruby_targets_ruby27 - # Michał Górny <mgorny@gentoo.org> (2021-05-04) # Python 3.10 is not yet stable (and will not be until it's out of beta, # around September. |