diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:01:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:01:25 -0300 |
commit | a0d7e08905931abf2d589e57775960db83acb2f9 (patch) | |
tree | db1c6e0c7f025d9ac840d2240f795ebd4c02cd0b /testing/plasma-desktop | |
parent | c887900aa44c30cb7bae660b057611deeda1fccc (diff) | |
download | aports-a0d7e08905931abf2d589e57775960db83acb2f9.tar.bz2 aports-a0d7e08905931abf2d589e57775960db83acb2f9.tar.xz |
testing/plasma-desktop: limit on s390x
Diffstat (limited to 'testing/plasma-desktop')
-rw-r--r-- | testing/plasma-desktop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/plasma-desktop/APKBUILD b/testing/plasma-desktop/APKBUILD index cf9d728396..3eaa2d7cd8 100644 --- a/testing/plasma-desktop/APKBUILD +++ b/testing/plasma-desktop/APKBUILD @@ -4,7 +4,7 @@ pkgname=plasma-desktop pkgver=5.16.1 pkgrel=0 pkgdesc="KDE Plasma Desktop" -arch="all !ppc64le" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine +arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine url='https://www.kde.org/workspaces/plasmadesktop/' license="GPL-2.0-only AND LGPL-2.1-only" depends="kirigami2 plasma-workspace" |