diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-07 13:13:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-07 13:14:11 +0000 |
commit | d49efe5947d1685af69a9e76ec0dc8f32947022d (patch) | |
tree | bd5df8af77cf64ec3e0524b592f6d5a16f2675eb /testing/kmymoney | |
parent | 2fd96ce013b3eaafaa0f7a3088b98fe75d6ac273 (diff) | |
download | aports-d49efe5947d1685af69a9e76ec0dc8f32947022d.tar.bz2 aports-d49efe5947d1685af69a9e76ec0dc8f32947022d.tar.xz |
testing/kmymoney: disable on s390x
Diffstat (limited to 'testing/kmymoney')
-rw-r--r-- | testing/kmymoney/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kmymoney/APKBUILD b/testing/kmymoney/APKBUILD index cf1b02bea3..f1d768964e 100644 --- a/testing/kmymoney/APKBUILD +++ b/testing/kmymoney/APKBUILD @@ -3,7 +3,7 @@ pkgname=kmymoney pkgver=5.0.4 pkgrel=0 -arch="all !ppc64le" # Limited by qt5-qtwebengine +arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine url="https://kmymoney.org/" pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken" license="GPL-2.0-or-later" |