devel/sccache: Enable on aarch64.
This commit is contained in:
parent
8e1e44088b
commit
be6f269b0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue