diff options
Diffstat (limited to 'community/mruby/APKBUILD')
-rw-r--r-- | community/mruby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mruby/APKBUILD b/community/mruby/APKBUILD index 65a3248fe2..9738d6c2b3 100644 --- a/community/mruby/APKBUILD +++ b/community/mruby/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.4.0 pkgrel=0 pkgdesc="Lightweight Ruby" url="http://mruby.org" -arch="all" +arch="all !armhf" license="MIT" depends="" makedepends="$depends_dev bison ruby" |