From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EEE6158086 for ; Thu, 14 Oct 2021 09:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA2FE0929; Thu, 14 Oct 2021 09:07:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1581CE0924 for ; Thu, 14 Oct 2021 09:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A38343563 for ; Thu, 14 Oct 2021 09:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A883168 for ; Thu, 14 Oct 2021 09:07:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634202416.35310cdcdda866a2517c10e4ce9027e6d7e71774.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/make.defaults profiles/arch/sparc/use.stable.mask X-VCS-Directories: profiles/arch/sparc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35310cdcdda866a2517c10e4ce9027e6d7e71774 X-VCS-Branch: master Date: Thu, 14 Oct 2021 09:07:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7f4b0a4-09d0-4fb7-96a3-72c2bce2811e X-Archives-Hash: f686718d357f2c31eed5ce8849144796 commit: 35310cdcdda866a2517c10e4ce9027e6d7e71774 Author: Sam James gentoo org> AuthorDate: Thu Oct 14 09:06:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 09:06:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35310cdc profiles/arch/sparc: unmask ruby27 for stable Signed-off-by: Sam James 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 520645d7f49..584be81c8c4 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 (2021-10-10) -# Temporary override base default to support the ruby27 stable bug 801289 -RUBY_TARGETS="ruby26" diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 338ba8792bc..fec578b5e9a 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 (2021-10-10) -# Temporary entry to support the ruby27 stable bug 801289 -ruby_targets_ruby27 - # Michał Górny (2021-05-04) # Python 3.10 is not yet stable (and will not be until it's out of beta, # around September.