diff --git a/ppsspp.changes b/ppsspp.changes index fb2f63c..3096299 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 21 07:56:27 UTC 2020 - Michel Normand + +- Add Excludearch for PowerPC + ------------------------------------------------------------------- Sat Jun 27 17:39:57 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 5b61e2e..c9301a9 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -26,6 +26,9 @@ Group: System/Emulators/Other URL: http://www.ppsspp.org Source: %{name}-%{version}.tar.xz +# never built for PowerPC on 20200721 +ExcludeArch: ppc ppc64 ppc64le + BuildRequires: cmake >= 3.6 BuildRequires: fdupes BuildRequires: gcc-c++