diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 13:31:04 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:34 +0000 |
commit | 49c741a9bd591042fa371451c321bb75c0aeb06a (patch) | |
tree | acb60012f9c6bddac10fc1ac3c0b2f4fed56a460 /community/emacs | |
parent | 44c127667aac6a2ed0057db52e05ea13bab2863f (diff) | |
download | aports-49c741a9bd591042fa371451c321bb75c0aeb06a.tar.bz2 aports-49c741a9bd591042fa371451c321bb75c0aeb06a.tar.xz |
community/emacs: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community/emacs')
-rw-r--r-- | community/emacs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index 49456f1b19..bc9080a6a0 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -4,7 +4,7 @@ pkgname=emacs pkgver=26.3 pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" -arch="all" +arch="all !s390x" # librsvg depends="emacs-nox" url="https://www.gnu.org/software/emacs/emacs.html" license="GPL-3.0-or-later" |