diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-20 10:45:17 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-20 10:45:17 +0000 |
commit | c9f623594db5fbd107b16df301273a6440ef496f (patch) | |
tree | e1623f9f543b6be1579b2fbf770f57e8abcf9f49 /community | |
parent | 303b731836b4b206657ef5f944d8ca4c178ca4cf (diff) | |
download | aports-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/APKBUILD | 2 |
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" |