git: b18e791350af - 2025Q2 - devel/rustup-init: limit support/build to amd64 only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 11:06:27 UTC
The branch 2025Q2 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=b18e791350af833d19ac1f3295fee416a7f23029 commit b18e791350af833d19ac1f3295fee416a7f23029 Author: King John <jinking.this@gmail.com> AuthorDate: 2025-04-03 01:31:13 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2025-04-11 11:06:16 +0000 devel/rustup-init: limit support/build to amd64 only PR: 285691 (cherry picked from commit 819af278a33e57a0bedf7332332f9197803ea508) --- devel/rustup-init/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/rustup-init/Makefile b/devel/rustup-init/Makefile index 196ae47cad30..c9e16a06e024 100644 --- a/devel/rustup-init/Makefile +++ b/devel/rustup-init/Makefile @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= rustup +ONLY_FOR_ARCHS= amd64 PLIST_FILES= bin/${PORTNAME} do-install: