svn commit: r565945 - head/emulators/qemu50

Piotr Kubaj pkubaj at FreeBSD.org
Thu Feb 18 15:58:23 UTC 2021


Author: pkubaj
Date: Thu Feb 18 15:58:22 2021
New Revision: 565945
URL: https://svnweb.freebsd.org/changeset/ports/565945

Log:
  emulators/qemu50: enable on powerpc64le

Modified:
  head/emulators/qemu50/Makefile

Modified: head/emulators/qemu50/Makefile
==============================================================================
--- head/emulators/qemu50/Makefile	Thu Feb 18 15:45:40 2021	(r565944)
+++ head/emulators/qemu50/Makefile	Thu Feb 18 15:58:22 2021	(r565945)
@@ -15,7 +15,7 @@ COMMENT=	QEMU CPU Emulator - 5.0.X branch
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le
 
 LIB_DEPENDS=	libnettle.so:security/nettle \
 		libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-all mailing list