From 41a565c20715e3063ff3a55b799003dca2cc5175 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 15 Aug 2024 00:24:50 +0200 Subject: [PATCH] community/rustypaste-cli: enable all platforms --- community/rustypaste-cli/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/rustypaste-cli/APKBUILD b/community/rustypaste-cli/APKBUILD index 31a82f477fa..c6f95526a24 100644 --- a/community/rustypaste-cli/APKBUILD +++ b/community/rustypaste-cli/APKBUILD @@ -5,9 +5,8 @@ pkgver=0.9.1 pkgrel=0 pkgdesc="CLI tool for rustypaste" url="https://github.com/orhun/rustypaste-cli" -# s390x, ppc64le, riscv64: blocked by ring crate # loongarch64: blocked by libc crate -arch="all !s390x !ppc64le !riscv64 !loongarch64" +arch="all !loongarch64" license="MIT" makedepends="cargo cargo-auditable" subpackages="$pkgname-doc"