git: be6f269b0dc0 - main - devel/sccache: Enable on aarch64.

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Sun, 10 Oct 2021 14:55:31 UTC
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