testing/gpg-remailer: disable s390x due to mailutils

mailutils is not supported on s390x
This commit is contained in:
Natanael Copa 2018-06-13 17:27:46 +00:00
parent bb6e31219a
commit 3711d1072d

View File

@ -5,7 +5,7 @@ pkgver=3.04.03
pkgrel=0
pkgdesc="Decrypt GPG messages and re-encrypt them to a well-defined group"
url="https://fbb-git.github.io/gpg-remailer/"
arch="all"
arch="all !s390x" # limited by mailutils
license="GPL-3.0-or-later"
depends="gnupg mailutils"
makedepends="icmake bash yodl bobcat-dev"