git: 819af278a33e - main - devel/rustup-init: limit support/build to amd64 only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Apr 2025 11:54:38 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=819af278a33e57a0bedf7332332f9197803ea508
commit 819af278a33e57a0bedf7332332f9197803ea508
Author: King John <jinking.this@gmail.com>
AuthorDate: 2025-04-03 01:31:13 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-04-04 11:53:28 +0000
devel/rustup-init: limit support/build to amd64 only
PR: 285691
---
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: