aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zef
diff options
context:
space:
mode:
Diffstat (limited to 'testing/zef')
-rw-r--r--testing/zef/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zef/APKBUILD b/testing/zef/APKBUILD
index b127e5eda2..87a58e709c 100644
--- a/testing/zef/APKBUILD
+++ b/testing/zef/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.3
pkgrel=0
pkgdesc="Perl6 Module Management"
url="https://github.com/ugexe/zef"
-arch="all"
+arch="all !x86 !armhf !armv7 !s390x" # limited by rakudo
options="!archcheck" # Precompiled arch dependent files included (quiet noarch warning)
license="Artistic-2.0"
depends="rakudo git wget curl tar unzip perl perl-utils"