aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zef
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-10 15:57:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-10 15:57:57 +0000
commita2cf29e746ee3f38413cc872fb897a97ab6e1e95 (patch)
tree24d595ad7f8b152b5c3e5890a199384c42fad450 /testing/zef
parent1cba2283c678d5ef62e2fc582fa3d10d15e0e782 (diff)
downloadaports-a2cf29e746ee3f38413cc872fb897a97ab6e1e95.tar.bz2
aports-a2cf29e746ee3f38413cc872fb897a97ab6e1e95.tar.xz
testing/zef: disable on arches that rakudo dont work on
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"