Skip to content
Snippets Groups Projects
Commit c6a7318d authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/kalarmcal: disable on ppc64le

parent ab68a360
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ pkgver=21.04.3
pkgrel=0
# armhf blocked by extra-cmake-modules
# mips64, s390x and riscv64 blocked by polkit -> kcalutils
arch="all !armhf !mips64 !s390x !riscv64"
# ppc64le blocked by qt5-qtwebengine -> akonadi
arch="all !armhf !mips64 !s390x !riscv64 !ppc64le"
url="https://kontact.kde.org/"
pkgdesc="The KAlarm client library"
license="LGPL-2.0-or-later"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment