From 347fb465b0fc7717f6e6b171b895c0c01f6d77a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 22 Oct 2016 14:52:20 +0200 Subject: [PATCH] Exclude not available arches --- pypy3.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pypy3.spec b/pypy3.spec index 8652182..ea45edf 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -11,6 +11,9 @@ Group: Development/Languages License: MIT and Python and UCD URL: http://pypy.org/ +# Not available yet +ExcludeArch: aarch64 s390 s390x + # High-level configuration of the build: # PyPy consists of an implementation of an interpreter (with JIT compilation)