main/cjdns: disable on s390x

This commit is contained in:
Leo 2020-12-15 13:02:43 -03:00
parent 1c081f7f4b
commit fd49aacba3

View File

@ -6,7 +6,7 @@ pkgver=20.7
pkgrel=0
pkgdesc="A routing engine designed for security, scalability, speed and ease of use"
url="https://github.com/cjdelisle/cjdns"
arch="all !mips64"
arch="all !mips64 !s390x"
license="GPL-3.0-or-later"
makedepends="nodejs python3 linux-headers libseccomp-dev"
install="$pkgname.post-install"