aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-10-15 17:10:38 -0600
committerAriadne Conill <ariadne@dereferenced.org>2020-10-15 17:13:22 -0600
commite32c41f71213f4a7674d01441b28408d73eae15e (patch)
tree3953b20372136e3e68067c18a80f3a949ae436f7
parentb98fa02ec77e7aeccc4e429cb439acbeb407ecff (diff)
community/kup: disable on mips64
-rw-r--r--community/kup/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/kup/APKBUILD b/community/kup/APKBUILD
index 60ec67e388f..5185f58136e 100644
--- a/community/kup/APKBUILD
+++ b/community/kup/APKBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
arch="all !armhf" # armhf blocked by extra-cmake-modules
arch="$arch !s390x" # s390x bloked by plasma-framework, kinit, kio, solid
+arch="$arch !mips64" # mips64 blocked by polkit-elogind-dev
url="https://store.kde.org/p/1127689"
license="GPL-2.0-only"
depends="rsync"