diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 13:37:12 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:35 +0000 |
commit | 9adf2e82388333a4ec82b1b0b67b1293d35e4115 (patch) | |
tree | 47d22d4d05c25539dec883f1a4f1ad811c626ac2 /community/pluma | |
parent | 88276332415512e228c78553eb7fb469f9bfc086 (diff) | |
download | aports-9adf2e82388333a4ec82b1b0b67b1293d35e4115.tar.bz2 aports-9adf2e82388333a4ec82b1b0b67b1293d35e4115.tar.xz |
community/pluma: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community/pluma')
-rw-r--r-- | community/pluma/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD index f390e57e15..02a4b0066c 100644 --- a/community/pluma/APKBUILD +++ b/community/pluma/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.22.2 pkgrel=0 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" -arch="all" +arch="all !s390x" # mate-desktop license="GPL-2.0-or-later" # check fails as tracked in https://github.com/mate-desktop/pluma/issues/33 options="!check" |