From 61cfca48d83281ae24585fe41bdf46d0eafd9c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= Date: Tue, 1 Jul 2025 15:59:22 +0000 Subject: [PATCH] community/cargo-watch: update comment for !s390x/!riscv64 --- community/cargo-watch/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/cargo-watch/APKBUILD b/community/cargo-watch/APKBUILD index 399e646199f..203b9beea3f 100644 --- a/community/cargo-watch/APKBUILD +++ b/community/cargo-watch/APKBUILD @@ -4,8 +4,8 @@ pkgver=8.5.3 pkgrel=0 pkgdesc="Utility for Cargo to compile projects when sources change" url="https://github.com/watchexec/cargo-watch" -# s390x and riscv64 blocked by cargo -# loongarch64: fails to build nix crate on loongarch64 +# s390x, loongarch64: fails to build nix crate +# riscv64: rustc panics arch="all !s390x !riscv64 !loongarch64" license="CC0-1.0" makedepends="cargo cargo-auditable"