diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:35 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:35 +0200 |
commit | 7eaaa8dd0f4f2f62edda34476a152f1d9c727319 (patch) | |
tree | f6cef5fbefd0e2db6bfcf30d339d0b3f1d1dd866 /testing/neko | |
parent | b3f11e79c28459a9ff3b101f9eaa1f19e433d03f (diff) | |
download | aports-7eaaa8dd0f4f2f62edda34476a152f1d9c727319.tar.bz2 aports-7eaaa8dd0f4f2f62edda34476a152f1d9c727319.tar.xz |
testing/neko: disable on x86
Diffstat (limited to 'testing/neko')
-rw-r--r-- | testing/neko/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/neko/APKBUILD b/testing/neko/APKBUILD index a85acee3db..aa4772eb45 100644 --- a/testing/neko/APKBUILD +++ b/testing/neko/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1.0 pkgrel=0 pkgdesc="High-level dynamically typed programming language" url="http://nekovm.org/" -arch="all" +arch="x86_64 armhf" license="LGPL" depends="" depends_dev="neko" |