aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 10:39:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 10:39:11 -0300
commit49b6511c407eaabb359a6b5bcb70e922bdcd66c9 (patch)
treebe257a329eb2c44bde0fadad74d9b75f8ca4c86e /testing
parentf298d2bf39f67c3ce2ee77ccf613f4910701d1ef (diff)
downloadaports-49b6511c407eaabb359a6b5bcb70e922bdcd66c9.tar.bz2
aports-49b6511c407eaabb359a6b5bcb70e922bdcd66c9.tar.xz
testing/khotkeys: disable on ppc64le and s390x
Diffstat (limited to 'testing')
-rw-r--r--testing/khotkeys/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/khotkeys/APKBUILD b/testing/khotkeys/APKBUILD
index bb5f17c98d..22f20aee28 100644
--- a/testing/khotkeys/APKBUILD
+++ b/testing/khotkeys/APKBUILD
@@ -3,7 +3,7 @@
pkgname=khotkeys
pkgver=5.16.5
pkgrel=0
-arch="all"
+arch="all !ppc64le !s390x" # Limited by plasma-workspace-dev
url="https://www.kde.org/workspaces/plasmadesktop/"
pkgdesc="Key Accelerator Application"
license="GPL-2.0-only AND LGPL-2.0-or-later"