svn commit: r549831 - head/devel/tbb

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 19:23:38 UTC 2020


Author: linimon
Date: Wed Sep 23 19:23:37 2020
New Revision: 549831
URL: https://svnweb.freebsd.org/changeset/ports/549831

Log:
  Mark as not for any powerpc variant.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/tbb/Makefile

Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile	Wed Sep 23 19:21:15 2020	(r549830)
+++ head/devel/tbb/Makefile	Wed Sep 23 19:23:37 2020	(r549831)
@@ -11,7 +11,7 @@ COMMENT=	Library that provides thread building blocks
 
 LICENSE=	APACHE20
 
-ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le powerpcspe
 ONLY_FOR_ARCHS_REASON=	has not been ported to this platform
 
 USES=	compiler gmake tar:tgz


More information about the svn-ports-all mailing list