commit: 550e4c2bd2a0696842ee0678c3e8e1f299d85ee0 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Dec 25 11:30:58 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Dec 25 11:30:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550e4c2b
profiles/arch/sparc: unmask RUBY_TARGETS=ruby24, bug #661262 Bug: https://bugs.gentoo.org/661262 Signed-off-by: Sergei Trofimovich <slyfox <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 8ae22a12a03..32ca3073612 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -43,7 +43,3 @@ VIDEO_CARDS="fbdev glint mga r128 radeon tdfx voodoo" # 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]> (12 Nov 2018) -# Temporary entry to support stable bug 661262 -RUBY_TARGETS="ruby23" diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index f13e6a55c4f..127d5cf20fb 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]> (12 Nov 2018) -# Temporary mask for ruby:2.4, bug 661262 -ruby_targets_ruby24 - # Mike Gilbert <[email protected]> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7
