svn commit: r548929 - head/emulators/ppsspp

Mark Linimon linimon at FreeBSD.org
Sat Sep 19 00:46:05 UTC 2020


Author: linimon
Date: Sat Sep 19 00:46:05 2020
New Revision: 548929
URL: https://svnweb.freebsd.org/changeset/ports/548929

Log:
  Mark as not for powerpcspe, either.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/ppsspp/Makefile

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Sat Sep 19 00:40:48 2020	(r548928)
+++ head/emulators/ppsspp/Makefile	Sat Sep 19 00:46:05 2020	(r548929)
@@ -16,7 +16,7 @@ COMMENT=	PSP emulator in C++ with dynarec JIT for x86,
 LICENSE=	GPLv2+
 
 # Bi-endian architectures default to big for some reason
-NOT_FOR_ARCHS=	mips mips64 powerpc powerpc64 sparc64
+NOT_FOR_ARCHS=	mips mips64 powerpc powerpc64 powerpcspe sparc64
 NOT_FOR_ARCHS_REASON=	only little-endian is supported, see \
 		https://github.com/hrydgard/ppsspp/issues/8823
 


More information about the svn-ports-all mailing list