Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2021 20:37:24 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r561669 - branches/2021Q1/math/bcal
Message-ID:  <202101152037.10FKbOiR040866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jan 15 20:37:24 2021
New Revision: 561669
URL: https://svnweb.freebsd.org/changeset/ports/561669

Log:
  MFH: r561668
  
  math/bcal: enable on powerpc64

Modified:
  branches/2021Q1/math/bcal/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/math/bcal/Makefile
==============================================================================
--- branches/2021Q1/math/bcal/Makefile	Fri Jan 15 20:36:37 2021	(r561668)
+++ branches/2021Q1/math/bcal/Makefile	Fri Jan 15 20:37:24 2021	(r561669)
@@ -11,7 +11,7 @@ COMMENT=	Storage expression, unit conversion & address
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101152037.10FKbOiR040866>