diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-15 17:10:38 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-15 17:13:22 -0600 |
commit | e32c41f71213f4a7674d01441b28408d73eae15e (patch) | |
tree | 3953b20372136e3e68067c18a80f3a949ae436f7 | |
parent | b98fa02ec77e7aeccc4e429cb439acbeb407ecff (diff) |
community/kup: disable on mips64
-rw-r--r-- | community/kup/APKBUILD | 1 |
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" |