diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 12:41:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 12:41:51 -0300 |
commit | a3e2f69b15fbedd6eadd49024b57ae1f9560f430 (patch) | |
tree | 1cb92e74eced13918116f305f9d765e40131ef5d /testing | |
parent | 1516471c6bf1b83d87a4ce5aacfa8206ee34deb9 (diff) | |
download | aports-a3e2f69b15fbedd6eadd49024b57ae1f9560f430.tar.bz2 aports-a3e2f69b15fbedd6eadd49024b57ae1f9560f430.tar.xz |
testing/plasma-nm: limit on s390x
Diffstat (limited to 'testing')
-rw-r--r-- | testing/plasma-nm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/plasma-nm/APKBUILD b/testing/plasma-nm/APKBUILD index 21d183756d..45411377a3 100644 --- a/testing/plasma-nm/APKBUILD +++ b/testing/plasma-nm/APKBUILD @@ -4,7 +4,7 @@ pkgname=plasma-nm pkgver=5.16.4 pkgrel=0 pkgdesc="Plasma applet written in QML for managing network connections" -arch="all" +arch="all !s390x" # Limited by networkmanager -> iwd url="https://www.kde.org/workspaces/plasmadesktop/" license="GPL-2.0" depends="kirigami2 networkmanager" |