aboutsummaryrefslogtreecommitdiffstats
path: root/community/ktp-common-internals/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-12-14 00:12:12 -0700
committerAriadne Conill <ariadne@dereferenced.org>2020-12-14 00:12:48 -0700
commit61397d47887620479e659cc54138cdac3f956edc (patch)
tree80ac270e8db6d04e0545af32e7c3af47c4f5feb2 /community/ktp-common-internals/APKBUILD
parent7cfcf4a6ca551e60ca07492f3f356506db972344 (diff)
community: disable s390x and mips64 where not already disabled due to rust/polkit
Diffstat (limited to 'community/ktp-common-internals/APKBUILD')
-rw-r--r--community/ktp-common-internals/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ktp-common-internals/APKBUILD b/community/ktp-common-internals/APKBUILD
index 299e7b3d642..4bfca69c477 100644
--- a/community/ktp-common-internals/APKBUILD
+++ b/community/ktp-common-internals/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20.08.3
pkgrel=0
pkgdesc="Library for KTp"
url="https://github.com/kde/ktp-common-internals"
-arch="all !armhf !s390x" # armhf blocked by extra-cmake-modules
+arch="all !armhf !s390x !mips64" # armhf blocked by extra-cmake-modules
license="LGPL-2.1-only AND GPL-2.0-only"
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev kcoreaddons-dev knotifications-dev kio-dev kwidgetsaddons-dev kcmutils-dev knotifyconfig-dev ktexteditor-dev kwallet-dev kconfig-dev kwindowsystem-dev kemoticons-dev kiconthemes-dev kpeople-dev telepathy-qt-dev"
makedepends="$depends_dev extra-cmake-modules doxygen"