aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libkscreen
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-25 15:32:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-25 15:32:16 -0300
commitf465e34bc876e39550bda3aee77cb48ecbd09078 (patch)
treeaf13a0c87e78565f0b1e7a707b7cb7c0e7667c0c /testing/libkscreen
parent643b8d87ed2cd5188c4e9ab6a91f735cabf07a41 (diff)
downloadaports-f465e34bc876e39550bda3aee77cb48ecbd09078.tar.bz2
aports-f465e34bc876e39550bda3aee77cb48ecbd09078.tar.xz
testing/libkscreen: limit on armv7
Diffstat (limited to 'testing/libkscreen')
-rw-r--r--testing/libkscreen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libkscreen/APKBUILD b/testing/libkscreen/APKBUILD
index a5167781b3..9fc39dc570 100644
--- a/testing/libkscreen/APKBUILD
+++ b/testing/libkscreen/APKBUILD
@@ -4,7 +4,7 @@ pkgname=libkscreen
pkgver=5.16.2
pkgrel=0
pkgdesc="KDE screen management software"
-arch="all"
+arch="all !armv7" # Fails to compile
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.1-or-later AND GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)"
depends_dev="qt5-qtbase-dev qt5-qtx11extras-dev kwayland-dev"