aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-sys-syscall
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-08-29 13:31:38 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-08-29 13:31:38 +0300
commit8f9dc42525a5b060296a1cd54d6278dd5d92ad64 (patch)
tree5cd94105b948bb71eddfc1de131036301eba4509 /testing/perl-sys-syscall
parentc31e3dc4523bc0b1a15830125372475d7395ce02 (diff)
downloadaports-8f9dc42525a5b060296a1cd54d6278dd5d92ad64.tar.bz2
aports-8f9dc42525a5b060296a1cd54d6278dd5d92ad64.tar.xz
testing/perl-sys-syscall: disable on ppc64le
Diffstat (limited to 'testing/perl-sys-syscall')
-rw-r--r--testing/perl-sys-syscall/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-sys-syscall/APKBUILD b/testing/perl-sys-syscall/APKBUILD
index 5e787ac8af..b1db87687e 100644
--- a/testing/perl-sys-syscall/APKBUILD
+++ b/testing/perl-sys-syscall/APKBUILD
@@ -7,7 +7,7 @@ pkgver=0.25
pkgrel=1
pkgdesc="Invoke system calls that are otherwise difficult to do from Perl"
url="http://search.cpan.org/dist/Sys-Syscall/"
-arch="all !aarch64"
+arch="all !aarch64 !ppc64le"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""