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 <[email protected]> (2020-10-08)
+# PyPy3 works on arm64
+-python_targets_pypy3
+-python_single_target_pypy3
+
 # David Seifert <[email protected] (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 <[email protected]> (2020-10-08)
+# Not enough packages stable w/ PyPy3 support
+python_targets_pypy3
+python_single_target_pypy3
+
 # Sam James <[email protected]> (2020-10-07)
 # app-misc/lirc not stable yet
 # dev-db/tokyocabinet not stable yet

Reply via email to