aboutsummaryrefslogtreecommitdiffstats
path: root/community/networkmanager-qt
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-11 14:33:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-11 14:33:36 -0300
commit3c8541c878a798f8ebe79c56b66a6ae8a8d41962 (patch)
treef2e2f712de160c49f31900b5d16e29252e0c0891 /community/networkmanager-qt
parente22e25bbcdc9da34dba8c57ce1fd7aa078027875 (diff)
downloadaports-3c8541c878a798f8ebe79c56b66a6ae8a8d41962.tar.bz2
aports-3c8541c878a798f8ebe79c56b66a6ae8a8d41962.tar.xz
community/networkmanager-qt: disable on s390x
Diffstat (limited to 'community/networkmanager-qt')
-rw-r--r--community/networkmanager-qt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/networkmanager-qt/APKBUILD b/community/networkmanager-qt/APKBUILD
index caa45f2dac..0409496bc7 100644
--- a/community/networkmanager-qt/APKBUILD
+++ b/community/networkmanager-qt/APKBUILD
@@ -4,7 +4,7 @@ pkgname=networkmanager-qt
pkgver=5.61.0
pkgrel=0
pkgdesc="Qt wrapper for NetworkManager API"
-arch="all"
+arch="all !s390x" # Limited by networkmanager
url="https://community.kde.org/Frameworks"
license="LGPL-2.1-only OR LGPL-3.0-only"
depends="networkmanager"