From 72f937471fbffaeb6a65a5403261f4b03601e036 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 16 Apr 2020 02:04:30 +0000 Subject: testing/hotspot: disable on mips --- testing/hotspot/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/hotspot/APKBUILD b/testing/hotspot/APKBUILD index 39ab0fc3bd..1dc429ce7a 100644 --- a/testing/hotspot/APKBUILD +++ b/testing/hotspot/APKBUILD @@ -5,9 +5,9 @@ pkgver=1.2.0 pkgrel=1 pkgdesc="The Linux perf GUI for performance analysis" url="https://github.com/KDAB/hotspot" -# s390x: undefined reference to 'QDataStream::Version qbswap(QDataStream::Version)' +# mips, s390x: undefined reference to 'QDataStream::Version qbswap(QDataStream::Version)' # armhf: missing qtdeclarative -arch="all !s390x !armhf" +arch="all !s390x !armhf !mips !mips64" license="GPL-2.0-or-later" makedepends="cmake qt5-qtbase-dev elfutils-dev gettext-dev extra-cmake-modules threadweaver-dev ki18n-dev kconfigwidgets-dev kcoreaddons-dev kitemviews-dev -- cgit v1.2.3