commit: da719c4df6c6d41c6deb07213501d89f1a790b09 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 22:33:11 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 22:33:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da719c4d
profiles/arch/sparc: set RUBY_TARGETS="ruby26" on stable Bug: https://bugs.gentoo.org/728192 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/make.defaults | 4 ---- profiles/arch/sparc/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 25a6f1c30f0..ef87ea58b59 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -46,7 +46,3 @@ VIDEO_CARDS="fbdev glint mga r128 radeon" # 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/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index a509d574084..af76053d3be 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/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 - # Rolf Eike Beer <[email protected]> (2020-04-14) # media-libs/gstreamer is not stable for sparc gstreamer
