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 66E5A138359 for ; Mon, 14 Sep 2020 19:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A8F3E0B46; Mon, 14 Sep 2020 19:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F145E0B46 for ; Mon, 14 Sep 2020 19:57:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2146340C08 for ; Mon, 14 Sep 2020 19:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62A32339 for ; Mon, 14 Sep 2020 19:57:11 +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: <1600113261.75dfb7f197e74a4c97fa48dce7e02eb252c34850.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/make.defaults profiles/arch/amd64/use.stable.mask X-VCS-Directories: profiles/arch/amd64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 75dfb7f197e74a4c97fa48dce7e02eb252c34850 X-VCS-Branch: master Date: Mon, 14 Sep 2020 19:57:11 +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: 17336b82-b7d0-4d2b-b533-e00b5e837d34 X-Archives-Hash: c1011896c57bd4ac85fa651f7b25c7ad commit: 75dfb7f197e74a4c97fa48dce7e02eb252c34850 Author: Sam James gentoo org> AuthorDate: Mon Sep 14 19:54:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 14 19:54:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfb7f1 profiles/arch/amd64: set RUBY_TARGETS="ruby26" on stable Bug: https://bugs.gentoo.org/728192 Signed-off-by: Sam James gentoo.org> profiles/arch/amd64/make.defaults | 4 ---- profiles/arch/amd64/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index e814358a7a3..afe2ba0ad01 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -67,7 +67,3 @@ IUSE_IMPLICIT="abi_x86_64" # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 USE="libtirpc" - -# Hans de Graaff (2020-09-14) -# Set per-arch to facilitate stabling, bug 728192 -RUBY_TARGETS="ruby25" diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index a904e821200..d2d7f36c1b2 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/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 (2020-09-14) -# Masked per-arch to facilitate stabling, bug 728192 -ruby_targets_ruby26 - # Andreas Sturmlechner (2020-06-06) # sci-libs/mkl is not stable, needs online registration to even run pkg_setup mkl