diff options
author | 2018-12-25 11:30:58 +0000 | |
---|---|---|
committer | 2018-12-25 11:30:58 +0000 | |
commit | 550e4c2bd2a0696842ee0678c3e8e1f299d85ee0 (patch) | |
tree | 73fb449d6103ec8b23c1707e24ceed08b56b5311 /profiles | |
parent | profiles/arch/sparc: mask USE="xwidgets mailutils" on sparc (diff) | |
download | gentoo-550e4c2bd2a0696842ee0678c3e8e1f299d85ee0.tar.gz gentoo-550e4c2bd2a0696842ee0678c3e8e1f299d85ee0.tar.bz2 gentoo-550e4c2bd2a0696842ee0678c3e8e1f299d85ee0.zip |
profiles/arch/sparc: unmask RUBY_TARGETS=ruby24, bug #661262
Bug: https://bugs.gentoo.org/661262
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/sparc/make.defaults | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/use.stable.mask | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 8ae22a12a030..32ca3073612b 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 <graaff@gentoo.org> (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 f13e6a55c4fa..127d5cf20fb7 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 <graaff@gentoo.org> (12 Nov 2018) -# Temporary mask for ruby:2.4, bug 661262 -ruby_targets_ruby24 - # Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7 |