aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rmagick/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-rmagick/APKBUILD')
-rw-r--r--community/ruby-rmagick/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD
index d10c1bf9ae..382db22f61 100644
--- a/community/ruby-rmagick/APKBUILD
+++ b/community/ruby-rmagick/APKBUILD
@@ -7,7 +7,7 @@ _pkgver=${pkgver//./-}
pkgrel=0
pkgdesc="Ruby bindings for ImageMagick"
url="https://github.com/rmagick/rmagick"
-arch="all"
+arch="all !mips64" # testsuite fails on mips64
license="MIT"
depends="ghostscript-fonts"
checkdepends="ruby-rake ruby-rspec"