aboutsummaryrefslogtreecommitdiffstats
path: root/community/mruby/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-26 12:27:11 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-26 12:27:11 +0100
commit73e4fd6cee8ede7588abef801540dea89b93cd21 (patch)
tree305235e1641dff8b8ce82738dffb46e41f36065b /community/mruby/APKBUILD
parent194cf0a49e38e12ca22cb4c9f16c6ef9e274c797 (diff)
downloadaports-73e4fd6cee8ede7588abef801540dea89b93cd21.tar.bz2
aports-73e4fd6cee8ede7588abef801540dea89b93cd21.tar.xz
community/mruby: disable on x86 (build failed)
Diffstat (limited to 'community/mruby/APKBUILD')
-rw-r--r--community/mruby/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mruby/APKBUILD b/community/mruby/APKBUILD
index ab9afea090..4a13f7facf 100644
--- a/community/mruby/APKBUILD
+++ b/community/mruby/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1.0
pkgrel=1
pkgdesc="Lightweight Ruby"
url="http://mruby.org"
-arch="all !armhf !armv7"
+arch="all !armhf !armv7 !x86"
license="MIT"
depends=""
makedepends="$depends_dev bison ruby"