git: bae1bd39b108 - main - ports-mgmt/sccache-overlay: Drop bogus ONLY_FOR_ARCHS

From: Tobias Kortkamp <tobik_at_FreeBSD.org>
Date: Wed, 01 Dec 2021 18:03:03 UTC
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bae1bd39b10807467a66cc661c18efaac3192772

commit bae1bd39b10807467a66cc661c18efaac3192772
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-12-01 17:56:42 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-12-01 18:02:41 +0000

    ports-mgmt/sccache-overlay: Drop bogus ONLY_FOR_ARCHS
    
    It was inherited from devel/sccache which enables additional
    features that need the ring crate. The sccache version here comes
    with only local storage enabled and should build fine on other
    archs too. This is untested but the ring crate is never compiled
    according to the logs.
---
 ports-mgmt/sccache-overlay/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile
index b86b9b72e920..dcad344256ff 100644
--- a/ports-mgmt/sccache-overlay/Makefile
+++ b/ports-mgmt/sccache-overlay/Makefile
@@ -10,9 +10,6 @@ COMMENT=	Ports overlay for sccache
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
-ONLY_FOR_ARCHS_REASON=	ring crate not ported to other architectures
-
 USES=		cargo ssl:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	mozilla