aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rcon
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-04-11 21:29:14 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-11 21:29:14 +0000
commit6b1861564add332c839feb7629371da85c613d0e (patch)
tree09e46eb225bcc5ed4e388aa6330af931e5f4749f /testing/rcon
parent20aa42e9e4768a9a6ebfc75b0f65c104864067f8 (diff)
downloadaports-6b1861564add332c839feb7629371da85c613d0e.tar.bz2
aports-6b1861564add332c839feb7629371da85c613d0e.tar.xz
testing/rcon: disable s390x
Tests fail: > 1/1 Test #1: srcrcontest ......................***Failed 0.00 sec
Diffstat (limited to 'testing/rcon')
-rw-r--r--testing/rcon/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rcon/APKBUILD b/testing/rcon/APKBUILD
index 7a79290ce7..20df2c5270 100644
--- a/testing/rcon/APKBUILD
+++ b/testing/rcon/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.4
pkgrel=0
pkgdesc="Source RCON client for command line."
url="https://github.com/n0la/rcon"
-arch="all"
+arch="all !s390x"
license="BSD 2-Clause"
makedepends="bash-completion cmake glib-dev"
checkdepends="check-dev"