aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-07 18:44:38 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-07 18:44:38 +0100
commitfc62f0b56a4262ad2a09109d41a27e8c75d93c9b (patch)
tree69a124c7e9d0aa8cd0c50c686efb4871dd58ad3a /testing
parenta762bbc5d5cf9d84b64b2a47d8ea58e0c8b56a0e (diff)
downloadaports-fc62f0b56a4262ad2a09109d41a27e8c75d93c9b.tar.bz2
aports-fc62f0b56a4262ad2a09109d41a27e8c75d93c9b.tar.xz
testing/drawterm: disable on aarch64
Build fails, but I don't see relevant error message in the log.
Diffstat (limited to 'testing')
-rw-r--r--testing/drawterm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/drawterm/APKBUILD b/testing/drawterm/APKBUILD
index 08bee7ce69..14aefd4a9a 100644
--- a/testing/drawterm/APKBUILD
+++ b/testing/drawterm/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20161016
pkgrel=1
pkgdesc="Connect to Plan 9 CPU servers from other operating systems"
url="http://drawterm.9front.org/"
-arch="all !armhf"
+arch="all !armhf !aarch64"
license="custom"
depends=""
makedepends="linux-headers libx11-dev libxt-dev"