commit: 9e412730d2d2b0352ab008e72cbc1f96b0cf4a7d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 16:19:17 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 16:19:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e412730
profiles/arch/x86/make.defaults: drop RUBY_TARGETS definition Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/x86/make.defaults | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 5f26b6eab90..c0600e4ae9f 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 <[email protected]> (2020-09-14) -# Set per-arch to facilitate stabling, bug 728192 -RUBY_TARGETS="ruby25"
