aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcompat
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-10-19 01:51:29 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-10-19 01:51:29 +0000
commit400a9d407533b3a1cdf721c5ede9a52dd455cc87 (patch)
tree46978067067de8c54a4a4e9af03ddd56131b5c91 /testing/gcompat
parent03d675209199a95b92542ddd83a777b81dfd5261 (diff)
downloadaports-400a9d407533b3a1cdf721c5ede9a52dd455cc87.tar.bz2
aports-400a9d407533b3a1cdf721c5ede9a52dd455cc87.tar.xz
testing/gcompat: disable on aarch64 for the moment
Diffstat (limited to 'testing/gcompat')
-rw-r--r--testing/gcompat/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gcompat/APKBUILD b/testing/gcompat/APKBUILD
index 7ed214a73c..746febc15f 100644
--- a/testing/gcompat/APKBUILD
+++ b/testing/gcompat/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="The GNU C Library compatibility layer for musl"
url="https://code.foxkit.us/adelie/gcompat"
-arch="all"
+arch="all !aarch64"
license="UoI-NCSA"
depends="libc6-compat"
makedepends=""