aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rakudo
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-08 17:59:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-08 17:59:43 +0000
commit9fda7d081e1d06d23dcac2a46439601867c96e79 (patch)
treec7b9e90ae761bfddcd53d02de4f04b9b32dcfa35 /testing/rakudo
parentf50db75d98d266f16f65e87bfc4f2c24fce0b937 (diff)
downloadaports-9fda7d081e1d06d23dcac2a46439601867c96e79.tar.bz2
aports-9fda7d081e1d06d23dcac2a46439601867c96e79.tar.xz
testing/rakudo: disable on s390x
Diffstat (limited to 'testing/rakudo')
-rw-r--r--testing/rakudo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rakudo/APKBUILD b/testing/rakudo/APKBUILD
index 4cce94c007..e498fce1f8 100644
--- a/testing/rakudo/APKBUILD
+++ b/testing/rakudo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2018.11
pkgrel=0
pkgdesc="A compiler for the Perl 6 programming language"
url="http://rakudo.org/"
-arch="all !x86 !armhf !armv7"
+arch="all !x86 !armhf !armv7 !s390x"
license="Artistic-2.0"
depends="nqp libffi"
makedepends="perl-utils moarvm-dev libffi-dev"