diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-05-10 15:31:23 +0200 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-05-10 15:31:23 +0200 |
| commit | 448c842e3af0c6f283bfb7b9544db637c249d16a (patch) | |
| tree | ab626dda9a16578b73bee63cf6e01759608466de /testing | |
| parent | e4763c82e50c77f59189bddbb39defa011ccb909 (diff) | |
| download | aports-448c842e3af0c6f283bfb7b9544db637c249d16a.tar.bz2 aports-448c842e3af0c6f283bfb7b9544db637c249d16a.tar.xz | |
testing/kimchi: disable on mips64
Various dependencies are not available on mips64.
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/kimchi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kimchi/APKBUILD b/testing/kimchi/APKBUILD index a7a4eca756..1c63f5afbe 100644 --- a/testing/kimchi/APKBUILD +++ b/testing/kimchi/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.0 pkgrel=0 pkgdesc="An HTML5 management interface for KVM" url="https://github.com/kimchi-project/kimchi" -arch="noarch" +arch="noarch !mips64" # blocked by wok and others license="Apache-2.0 and LGPL-2.1-or-later" depends=" gingerbase |
