From 9d0ffbc9d5d861af1635230e55a86c7bc77438b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 21 Aug 2018 11:48:21 +0200 Subject: [PATCH] Poor ppc64(le), it just doesn't build :( --- pypy3.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pypy3.spec b/pypy3.spec index ccbd579..7193654 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -12,8 +12,9 @@ Summary: Python 3 implementation with a Just-In-Time compiler License: MIT and Python and UCD URL: http://pypy.org/ -# Not available yet -ExcludeArch: aarch64 +# aarch64: Not available yet +# ppc64: Broken on F29+ https://bugzilla.redhat.com/show_bug.cgi?id=1619601 +ExcludeArch: aarch64 %{power64} # High-level configuration of the build: