diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 13:29:52 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:34 +0000 |
commit | 0c1a4023c42a2560452a1dd746227eac133030de (patch) | |
tree | ccd1ddc16fc36f29aa1b62ce72b4ab5c6003fdb5 /community/gnumeric | |
parent | 03ace6b304e0b5ee59999e0fcb518503c6a41c72 (diff) | |
download | aports-0c1a4023c42a2560452a1dd746227eac133030de.tar.bz2 aports-0c1a4023c42a2560452a1dd746227eac133030de.tar.xz |
community/gnumeric: disable on s390x due to librsvg (goffice needs it)
Closes !509
Diffstat (limited to 'community/gnumeric')
-rw-r--r-- | community/gnumeric/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD index c78c924a73..ec2fbed9ae 100644 --- a/community/gnumeric/APKBUILD +++ b/community/gnumeric/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.12.43 pkgrel=1 pkgdesc="GNOME Spreadsheet Program" url="http://www.gnome.org/projects/gnumeric" -arch="all" +arch="all !s390x" license="GPL-2.0-or-later OR GPL-3.0-or-later" makedepends="gtk+3.0-dev intltool desktop-file-utils goffice-dev rarian libxslt-dev bison flex itstool libxml2-utils autoconf automake libtool" |