From 3ded0855752e3a4719e5de39d02ae07c367d6821 Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 30 Aug 2024 20:49:22 +0200 Subject: [PATCH] testing/halp: enable all platforms --- testing/halp/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/halp/APKBUILD b/testing/halp/APKBUILD index e23813b6412..27c41af0f59 100644 --- a/testing/halp/APKBUILD +++ b/testing/halp/APKBUILD @@ -5,8 +5,7 @@ pkgver=0.2.0 pkgrel=0 pkgdesc="A CLI tool to get help with CLI tools" url="https://github.com/orhun/halp" -# s390x, ppc64le, riscv64: blocked by ring crate -arch="all !s390x !ppc64le !riscv64" +arch="all" license="MIT OR Apache-2.0" makedepends="cargo cargo-auditable" checkdepends="util-linux"