diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-27 17:36:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-27 17:36:56 +0000 |
commit | 26afc0b30322d1b21eaa59746e0c6c63f26ab23c (patch) | |
tree | 48e15be4b6de5b42b86f64ab0b9d79750ad09f4c /testing/kimchi | |
parent | 609a3ac0856d2c17e09fb4b080a247d39a532de6 (diff) | |
download | aports-26afc0b30322d1b21eaa59746e0c6c63f26ab23c.tar.bz2 aports-26afc0b30322d1b21eaa59746e0c6c63f26ab23c.tar.xz |
testing/s390x: disable on s390x
Diffstat (limited to 'testing/kimchi')
-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 b08831c1fb..06fb93bf89 100644 --- a/testing/kimchi/APKBUILD +++ b/testing/kimchi/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.5.0 pkgrel=0 pkgdesc="An HTML5 management interface for KVM" url="https://github.com/kimchi-project/kimchi" -arch="noarch" +arch="noarch !s390x" license="Apache LGPL-2.1" depends=" python2 |