commit: 75dfb7f197e74a4c97fa48dce7e02eb252c34850 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 19:54:00 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 19:54:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfb7f1
profiles/arch/amd64: set RUBY_TARGETS="ruby26" on stable Bug: https://bugs.gentoo.org/728192 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/make.defaults | 4 ---- profiles/arch/amd64/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index e814358a7a3..afe2ba0ad01 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -67,7 +67,3 @@ IUSE_IMPLICIT="abi_x86_64" # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 USE="libtirpc" - -# Hans de Graaff <[email protected]> (2020-09-14) -# Set per-arch to facilitate stabling, bug 728192 -RUBY_TARGETS="ruby25" diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index a904e821200..d2d7f36c1b2 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/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 - # Andreas Sturmlechner <[email protected]> (2020-06-06) # sci-libs/mkl is not stable, needs online registration to even run pkg_setup mkl
