diff options
-rw-r--r-- | testing/perl-sys-syscall/APKBUILD | 2 |
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="" |