diff options
Diffstat (limited to 'community/ruby2.2')
-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" |