aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-nokogiri
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-04-23 06:26:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-04-23 06:26:57 +0000
commit04409c7c4f8e8f11da4afc20498f0cb8787dc1cb (patch)
tree74f229b1e17afce7cc64c4cb623aa7b62c11d37e /community/ruby-nokogiri
parentbe07be5792d32f7a84ea04878b8fd55604e10525 (diff)
downloadaports-04409c7c4f8e8f11da4afc20498f0cb8787dc1cb.tar.bz2
aports-04409c7c4f8e8f11da4afc20498f0cb8787dc1cb.tar.xz
community/ruby-nokogiri: disable on s390x due to build failure
Diffstat (limited to 'community/ruby-nokogiri')
-rw-r--r--community/ruby-nokogiri/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-nokogiri/APKBUILD b/community/ruby-nokogiri/APKBUILD
index 1d49867403..0393f1fe6a 100644
--- a/community/ruby-nokogiri/APKBUILD
+++ b/community/ruby-nokogiri/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.10.9
pkgrel=3
pkgdesc="An HTML, XML, SAX, and Reader parser"
url="https://nokogiri.org/"
-arch="all"
+arch="all !s390x"
license="MIT"
depends="ruby ruby-mini_portile2"
makedepends="ruby-dev libxml2-dev libxslt-dev"