diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 13:01:05 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:33 +0000 |
commit | 1669a878070c09762aee0b1168cd9439a7ed865d (patch) | |
tree | a358d55f52582badb50e3ccd2fe42ccf7357f4dd /community | |
parent | 4ef15f8b8d9a22f0fe093fb2a4d1c7c833604568 (diff) | |
download | aports-1669a878070c09762aee0b1168cd9439a7ed865d.tar.bz2 aports-1669a878070c09762aee0b1168cd9439a7ed865d.tar.xz |
community/imagemagick6: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community')
-rw-r--r-- | community/imagemagick6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD index 66b9d6a3b3..e7aeacd81c 100644 --- a/community/imagemagick6/APKBUILD +++ b/community/imagemagick6/APKBUILD @@ -9,7 +9,7 @@ _abiver=${pkgname#imagemagick} pkgrel=0 pkgdesc="A collection of tools and libraries for many image formats (legacy version $_abiver)" url="https://www.imagemagick.org/" -arch="all" +arch="all !s390x" # librsvg license="Apache-2.0" options="libtool" depends_dev="!${pkgname%$_abiver}-dev" |