aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-13 17:27:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-13 17:27:46 +0000
commit3711d1072d7ad2da2e0ef27ea643c982f0a0a52d (patch)
tree3e778d47ff1375247fc7deff0e2cc12e77227d3d
parentbb6e31219a92cc433d8cec4f274018bf7e8d886c (diff)
testing/gpg-remailer: disable s390x due to mailutils
mailutils is not supported on s390x
-rw-r--r--testing/gpg-remailer/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gpg-remailer/APKBUILD b/testing/gpg-remailer/APKBUILD
index e3283e0b1af..40bc5d5457a 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"