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 113AC13835A for ; Thu, 28 May 2020 08:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F8BE0871; Thu, 28 May 2020 08:00:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3BA1DE0871 for ; Thu, 28 May 2020 08:00:38 +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 B537334EF25 for ; Thu, 28 May 2020 08:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F6D26E for ; Thu, 28 May 2020 08:00:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590652796.31d60dd647d80d8fb8698337e9e8284a57fe3e9d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31d60dd647d80d8fb8698337e9e8284a57fe3e9d X-VCS-Branch: master Date: Thu, 28 May 2020 08:00:10 +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: b16879e4-feec-400a-8c00-dbb44d86715b X-Archives-Hash: a3bf9f65f32835a514bab3cd4a7bf203 commit: 31d60dd647d80d8fb8698337e9e8284a57fe3e9d Author: Michał Górny gentoo org> AuthorDate: Thu May 28 07:31:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 28 07:59:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d60dd6 profiles/arch/arm64: Mask py39 Bug: https://bugs.gentoo.org/719700 Signed-off-by: Michał Górny gentoo.org> profiles/arch/arm64/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index e58c0bcf118..10da48a7890 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -arm64 +# Michał Górny (2020-05-28) +# Unmask once arm64 is FINALLY done with bug #719700. +python_targets_python3_9 + # David Seifert