Date: Sun, 17 Jan 2021 01:41:02 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561782 - head/math/bcal Message-ID: <202101170141.10H1f2oO012727@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Jan 17 01:41:01 2021 New Revision: 561782 URL: https://svnweb.freebsd.org/changeset/ports/561782 Log: math/bcal: enable on powerpc64le Modified: head/math/bcal/Makefile Modified: head/math/bcal/Makefile ============================================================================== --- head/math/bcal/Makefile Sun Jan 17 01:40:17 2021 (r561781) +++ head/math/bcal/Makefile Sun Jan 17 01:41:01 2021 (r561782) @@ -11,7 +11,7 @@ COMMENT= Storage expression, unit conversion & address LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le 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?202101170141.10H1f2oO012727>