aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-06-20 11:14:49 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-06-20 11:14:49 +0300
commitae22bd71b2af5addabba06622099ac958751a536 (patch)
tree9b88f329795b52e6407149bab0a5c0c6e60b289f /testing
parenta0d8b6ec9f726587d4c297c3bb788be3badf5136 (diff)
downloadaports-ae22bd71b2af5addabba06622099ac958751a536.tar.bz2
aports-ae22bd71b2af5addabba06622099ac958751a536.tar.xz
testing/reptyr: disable on aarch64 and ppc64l
platform/linux/linux_ptrace.c:82:2: error: #error Unsupported architecture. #error Unsupported architecture.
Diffstat (limited to 'testing')
-rw-r--r--testing/reptyr/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/reptyr/APKBUILD b/testing/reptyr/APKBUILD
index d0584629d2..85ac89dc23 100644
--- a/testing/reptyr/APKBUILD
+++ b/testing/reptyr/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.6.2
pkgrel=0
pkgdesc="Reparent a running program to a new terminal"
url="https://github.com/nelhage/reptyr"
-arch="all"
+arch="all !aarch64 !ppc64le"
license="MIT"
makedepends="linux-headers"
subpackages="$pkgname-doc"