aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rmagick
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 03:13:08 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 03:13:08 +0000
commit0cc735f931be98142db3b5e643c3c8409d159246 (patch)
tree7f77a8eb9716bfb532eb00a97e16b229038c5a9d /community/ruby-rmagick
parent062289988a6562b0d3a57da02326293b55453a92 (diff)
downloadaports-0cc735f931be98142db3b5e643c3c8409d159246.tar.bz2
aports-0cc735f931be98142db3b5e643c3c8409d159246.tar.xz
community/ruby-rmagick: disable on mips
Diffstat (limited to 'community/ruby-rmagick')
-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 d902ab7aaa..514669222d 100644
--- a/community/ruby-rmagick/APKBUILD
+++ b/community/ruby-rmagick/APKBUILD
@@ -7,7 +7,7 @@ _pkgver=${pkgver//./-}
pkgrel=1
pkgdesc="Ruby bindings for ImageMagick"
url="https://rmagick.github.io/"
-arch="all !s390x"
+arch="all !s390x !mips !mips64"
license="MIT"
depends="ghostscript-fonts"
checkdepends="ruby-rake ruby-rspec"