diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:26:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:26:39 -0300 |
commit | 0a6ddb9d86263123d55d06c349950c50644545ec (patch) | |
tree | c585fb52cafd79578d188a8013e9f650c0f1a5da /testing/sddm-kcm | |
parent | 31e0e94fbefffe4ace3be909fd5e8891acb828cd (diff) | |
download | aports-0a6ddb9d86263123d55d06c349950c50644545ec.tar.bz2 aports-0a6ddb9d86263123d55d06c349950c50644545ec.tar.xz |
testing/sddm-kcm: limit on ppc64le and s390x
Diffstat (limited to 'testing/sddm-kcm')
-rw-r--r-- | testing/sddm-kcm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sddm-kcm/APKBUILD b/testing/sddm-kcm/APKBUILD index 093d6d6736..4b46c58b21 100644 --- a/testing/sddm-kcm/APKBUILD +++ b/testing/sddm-kcm/APKBUILD @@ -4,7 +4,7 @@ pkgname=sddm-kcm pkgver=5.16.1 pkgrel=0 pkgdesc="Config module for SDDM" -arch="all" +arch="all !ppc64le !s390x" # Limited by systemsettings -> plasma-workspace -> libksysguard -> qt5-qtwebengine url="https://www.kde.org" license="GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-only" depends="sddm systemsettings" |