aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:02:16 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:02:16 +0000
commite50f7d4112d13adc923716757dfcf239c4f51c1f (patch)
tree30ec59d2ca2d1aac48bb70a4614df7b2f7edfe0b
parentf8e15abcd1230c3c7b0e988f9749f6748c51de02 (diff)
downloadaports-e50f7d4112d13adc923716757dfcf239c4f51c1f.tar.bz2
aports-e50f7d4112d13adc923716757dfcf239c4f51c1f.tar.xz
testing/libkgeomap: disable on mips
-rw-r--r--testing/libkgeomap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libkgeomap/APKBUILD b/testing/libkgeomap/APKBUILD
index b4386d631f..a003c64212 100644
--- a/testing/libkgeomap/APKBUILD
+++ b/testing/libkgeomap/APKBUILD
@@ -5,9 +5,9 @@ pkgver="19.12.3"
pkgrel=0
pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
url="https://www.kde.org/applications/graphics/"
-# ppc64le and s390x blocked by marble-dev
+# mips, ppc64le and s390x blocked by marble-dev
# armhf blocked by libkexiv2
-arch="all !ppc64le !s390x !armhf"
+arch="all !ppc64le !s390x !armhf !mips !mips64"
license="GPL-2.0-or-later"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtwebkit-dev ki18n-dev kconfig-dev kio-dev marble-dev libkexiv2-dev"
subpackages="$pkgname-dev $pkgname-lang"