From f7ee8afe0a5d387e96091ca848cba2a6d8328434 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 17 Oct 2019 13:01:24 +0200 Subject: community/ruby-rmagick: disable on s390x due to librsvg (dep of imagemagick6) Closes !509 --- community/ruby-rmagick/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'community/ruby-rmagick') diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD index de7584ebc2..d902ab7aaa 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" +arch="all !s390x" license="MIT" depends="ghostscript-fonts" checkdepends="ruby-rake ruby-rspec" @@ -18,8 +18,6 @@ source="https://github.com/rmagick/rmagick/archive/RMagick_$_pkgver.tar.gz builddir="$srcdir/rmagick-RMagick_$_pkgver" build() { - cd "$builddir" - gem build $_gemname.gemspec gem install --local \ --install-dir dist \ @@ -30,8 +28,6 @@ build() { } check() { - cd "$builddir" - GEM_PATH='dist:.gem' rspec } -- cgit v1.2.3