From 96e93b68b1812cda95b528330384f11bdab22e29 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Wed, 12 Jun 2024 06:00:40 +0000 Subject: [PATCH] testing/spvm-math: enable on 32-bit architectures --- testing/spvm-math/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/spvm-math/APKBUILD b/testing/spvm-math/APKBUILD index a0d7e2c2bb0..70859165b27 100644 --- a/testing/spvm-math/APKBUILD +++ b/testing/spvm-math/APKBUILD @@ -8,7 +8,7 @@ pkgrel=1 _pkgreal=SPVM-Math pkgdesc="SPVM Language - Mathematical Functions" url="https://metacpan.org/release/SPVM-Math/" -arch="all !s390x !armhf !armv7 !x86" # spvm +arch="all !s390x" # spvm license="MIT" depends="perl spvm" subpackages="$pkgname-doc"