Date: Sun, 10 Oct 2021 14:55:31 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be6f269b0dc0 - main - devel/sccache: Enable on aarch64. Message-ID: <202110101455.19AEtVJR042087@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=be6f269b0dc0dd4c58d200d2389bcd6892367e6b commit be6f269b0dc0dd4c58d200d2389bcd6892367e6b Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-10-10 14:27:03 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-10-10 14:55:29 +0000 devel/sccache: Enable on aarch64. --- devel/sccache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 898cea032914..76c637e66b87 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -11,7 +11,7 @@ COMMENT= Like ccache with cloud storage support LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures USES= cargo ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101455.19AEtVJR042087>