aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-20 10:45:17 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-20 10:45:17 +0000
commitc9f623594db5fbd107b16df301273a6440ef496f (patch)
treee1623f9f543b6be1579b2fbf770f57e8abcf9f49 /community
parent303b731836b4b206657ef5f944d8ca4c178ca4cf (diff)
downloadaports-c9f623594db5fbd107b16df301273a6440ef496f.tar.bz2
aports-c9f623594db5fbd107b16df301273a6440ef496f.tar.xz
communitry/ruby2.2: disable on aarch64
https://bugs.ruby-lang.org/issues/12679
Diffstat (limited to 'community')
-rw-r--r--community/ruby2.2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby2.2/APKBUILD b/community/ruby2.2/APKBUILD
index 882144cd7f..f13df700d1 100644
--- a/community/ruby2.2/APKBUILD
+++ b/community/ruby2.2/APKBUILD
@@ -9,7 +9,7 @@ _abiver="$_majorver.0"
pkgrel=0
pkgdesc="An object-oriented language for quick and easy programming"
url="http://www.ruby-lang.org/en/"
-arch="all"
+arch="all !aarch64"
license="Ruby"
depends=""
depends_dev="gmp-dev"