aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libkgeomap
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-07 11:51:44 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-07 11:51:44 +0100
commit3031191fc6c908e2b6e0ba0938d2b474b8cfb744 (patch)
tree0cb11403bf72261a8be2c4987cbd51a705977317 /testing/libkgeomap
parent25d6b52e854f2720eec1d5b154e2446271c4cf3c (diff)
downloadaports-3031191fc6c908e2b6e0ba0938d2b474b8cfb744.tar.bz2
aports-3031191fc6c908e2b6e0ba0938d2b474b8cfb744.tar.xz
testing/libkgeomap: disable on armhf, missing libkexiv2
Diffstat (limited to 'testing/libkgeomap')
-rw-r--r--testing/libkgeomap/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libkgeomap/APKBUILD b/testing/libkgeomap/APKBUILD
index e59b2873b0..b4386d631f 100644
--- a/testing/libkgeomap/APKBUILD
+++ b/testing/libkgeomap/APKBUILD
@@ -6,7 +6,8 @@ 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
-arch="all !ppc64le !s390x"
+# armhf blocked by libkexiv2
+arch="all !ppc64le !s390x !armhf"
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"