diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:28:51 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:28:58 +0200 |
commit | ba6d6475b3cd9a9a2144c8d686b9677eb97a3cfd (patch) | |
tree | 0afc856c280e4d75f68a652a4d96716739a07a78 /testing/neko | |
parent | 28e0ad0e81ef2a72dfdc01bab356ac053c21df97 (diff) | |
download | aports-ba6d6475b3cd9a9a2144c8d686b9677eb97a3cfd.tar.bz2 aports-ba6d6475b3cd9a9a2144c8d686b9677eb97a3cfd.tar.xz |
testing/neko: disable on armhf
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 aa4772eb45..893c706681 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="x86_64 armhf" +arch="x86_64" license="LGPL" depends="" depends_dev="neko" |