diff options
Diffstat (limited to 'community/ruby-rmagick')
-rw-r--r-- | community/ruby-rmagick/APKBUILD | 2 |
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" |