testing/spvm-math: enable on 32-bit architectures

This commit is contained in:
Celeste 2024-06-12 06:00:40 +00:00
parent ae598a3678
commit 96e93b68b1

View File

@ -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"