diff options
Diffstat (limited to 'testing/nqp')
-rw-r--r-- | testing/nqp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nqp/APKBUILD b/testing/nqp/APKBUILD index f622022017..b7ef556768 100644 --- a/testing/nqp/APKBUILD +++ b/testing/nqp/APKBUILD @@ -5,7 +5,7 @@ pkgver=2018.08 pkgrel=0 pkgdesc="Not Quite Perl" url="https://github.com/perl6/nqp" -arch="all !x86" +arch="all !x86 !armhf" options="!archcheck" # Arch dependencies are embedded license="Artistic-2.0" depends="moarvm" |