From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1212718-garchives=archives.gentoo.org@lists.gentoo.org> 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 3E094138359 for <garchives@archives.gentoo.org>; Thu, 8 Oct 2020 00:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 724ACE0841; Thu, 8 Oct 2020 00:38:03 +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 58BA6E0841 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Oct 2020 00:38:03 +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 1073134068A for <gentoo-commits@lists.gentoo.org>; Thu, 8 Oct 2020 00:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FCFD33A for <gentoo-commits@lists.gentoo.org>; Thu, 8 Oct 2020 00:38:00 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1602117477.6bdbe516ceaa06290656aaf3d722963ae116e05e.sam@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 profiles/arch/arm64/use.stable.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6bdbe516ceaa06290656aaf3d722963ae116e05e X-VCS-Branch: master Date: Thu, 8 Oct 2020 00:38:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9e8e286-04f4-45b3-ad39-a5e2782a22f9 X-Archives-Hash: 43bcb709dd4a78913c0d2406eb00dd62 commit: 6bdbe516ceaa06290656aaf3d722963ae116e05e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 7 23:50:46 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 00:37:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdbe516 profiles/arch/arm64/use.mask: unmask pypy3 targets Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm64/use.mask | 5 +++++ profiles/arch/arm64/use.stable.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index df624451a53..7321f9dd4bf 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -arm64 +# Sam James <sam@gentoo.org> (2020-10-08) +# PyPy3 works on arm64 +-python_targets_pypy3 +-python_single_target_pypy3 + # David Seifert <soap@gentoo.org (2020-05-17) # Mono is hopelessly broken on arm64 mono diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 52eb5f1639e..0f20acb42dc 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James <sam@gentoo.org> (2020-10-08) +# Not enough packages stable w/ PyPy3 support +python_targets_pypy3 +python_single_target_pypy3 + # Sam James <sam@gentoo.org> (2020-10-07) # app-misc/lirc not stable yet # dev-db/tokyocabinet not stable yet