git: 45373222a98a - main - lang/rust-bootstrap: sync flavors with freebsd-sysroot

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Wed, 14 Dec 2022 17:47:02 UTC
The branch main has been updated by antoine:

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

commit 45373222a98a247ac225559d0793c25f66cd3484
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-12-14 17:46:40 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-12-14 17:46:40 +0000

    lang/rust-bootstrap: sync flavors with freebsd-sysroot
---
 lang/rust-bootstrap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile
index 2afc6b18df93..a9324dfaf4db 100644
--- a/lang/rust-bootstrap/Makefile
+++ b/lang/rust-bootstrap/Makefile
@@ -27,7 +27,7 @@ BUILD_DEPENDS=	${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysr
 		gmake:devel/gmake \
 		rust>=${PORTVERSION}:lang/rust
 
-FLAVORS=	aarch64 amd64 armv6 armv7 i386 powerpc64_elfv1 powerpc64_elfv2 \
+FLAVORS=	aarch64 amd64 armv7 i386 \
 		powerpc64le powerpc riscv64
 FLAVOR?=	${FLAVORS:[1]}