lang/rust-bootstrap: enable on powerpc64

All the flavors (apart from armv7, for which no armv7-freebsd-sysroot is available on big-endian) build.
This commit is contained in:
Piotr Kubaj 2023-01-28 15:32:40 +00:00
parent de384c8b2d
commit 0f2b3db66a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
ONLY_FOR_ARCHS= amd64 powerpc64le
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= untested on other architectures
BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \