aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-calculator/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-12-05 14:08:47 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-12-05 14:08:47 +0100
commitc5f22d2c7319f69ff64ab439df7cd57f5347bc9a (patch)
tree3794f3a7a8e4f7a19fc2d372bc48d4d473905dd5 /community/gnome-calculator/APKBUILD
parent4f59e233fd428b738739a0e608daf1f8b1f60632 (diff)
community/gnome-calculator: disable on s390x
Diffstat (limited to 'community/gnome-calculator/APKBUILD')
-rw-r--r--community/gnome-calculator/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-calculator/APKBUILD b/community/gnome-calculator/APKBUILD
index 44ca3564c44..58d0a4a50fc 100644
--- a/community/gnome-calculator/APKBUILD
+++ b/community/gnome-calculator/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.34.1
pkgrel=0
pkgdesc="Calculator for solving mathematical equations"
url="https://wiki.gnome.org/Apps/Calculator"
-arch="all"
+arch="all !s390x" # gtksourceview4 is not available on s390x
license="GPL-3.0-or-later"
makedepends="vala gtksourceview4-dev glib-dev gtk+3.0-dev libsoup-dev
libxml2-dev meson mpc1-dev mpfr-dev itstool libgee-dev"