diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-13 16:27:42 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-14 18:34:43 +0100 |
commit | 5e286492714dd1b1f02102e39f650704aaf04723 (patch) | |
tree | 048b51280cdedd7cd7e4d4092c24bc6307f9881a /community/kinfocenter | |
parent | 95e97b6f3fac73b312a7707ff5d608a2073a0432 (diff) | |
download | aports-5e286492714dd1b1f02102e39f650704aaf04723.tar.bz2 aports-5e286492714dd1b1f02102e39f650704aaf04723.tar.xz |
community/plasma*: disable on armhf
Diffstat (limited to 'community/kinfocenter')
-rw-r--r-- | community/kinfocenter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kinfocenter/APKBUILD b/community/kinfocenter/APKBUILD index 648a25025f..8257fac1c8 100644 --- a/community/kinfocenter/APKBUILD +++ b/community/kinfocenter/APKBUILD @@ -4,7 +4,7 @@ pkgname=kinfocenter pkgver=5.17.5 pkgrel=0 pkgdesc="A utility that provides information about a computer system" -arch="all" +arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/system/kinfocenter" license="(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)" makedepends="extra-cmake-modules qt5-qtbase-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kcmutils-dev kio-dev kservice-dev solid-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kdeclarative-dev kpackage-dev solid-dev kwayland-dev glu-dev" |