diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 17:27:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 17:27:46 +0000 |
commit | 3711d1072d7ad2da2e0ef27ea643c982f0a0a52d (patch) | |
tree | 3e778d47ff1375247fc7deff0e2cc12e77227d3d /testing/gpg-remailer | |
parent | bb6e31219a92cc433d8cec4f274018bf7e8d886c (diff) | |
download | aports-3711d1072d7ad2da2e0ef27ea643c982f0a0a52d.tar.bz2 aports-3711d1072d7ad2da2e0ef27ea643c982f0a0a52d.tar.xz |
testing/gpg-remailer: disable s390x due to mailutils
mailutils is not supported on s390x
Diffstat (limited to 'testing/gpg-remailer')
-rw-r--r-- | testing/gpg-remailer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gpg-remailer/APKBUILD b/testing/gpg-remailer/APKBUILD index e3283e0b1a..40bc5d5457 100644 --- a/testing/gpg-remailer/APKBUILD +++ b/testing/gpg-remailer/APKBUILD @@ -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" |