From d7f0d3e20e89f0c2d4974dd695a1bb00420e8330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= Date: Tue, 1 Jul 2025 02:28:39 +0000 Subject: [PATCH] testing/way-secure: enable on s390x --- testing/way-secure/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/way-secure/APKBUILD b/testing/way-secure/APKBUILD index f1dd975be5c..367b5a928bd 100644 --- a/testing/way-secure/APKBUILD +++ b/testing/way-secure/APKBUILD @@ -4,9 +4,8 @@ pkgver=0.2.0 pkgrel=0 pkgdesc="Create wayland security contexts" url="https://git.sr.ht/~whynothugo/way-secure" -# s390x: nix/libc crate # loongarch64: libc crate -arch="all !s390x !loongarch64" +arch="all !loongarch64" license="ISC" makedepends="cargo cargo-auditable scdoc" subpackages="$pkgname-doc"