aboutsummaryrefslogtreecommitdiffstats
path: root/community/syncthing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-08-09 17:54:25 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-08-09 17:54:25 +0200
commitd349d7186c6c2f2b912ecb054e6657b2eb373e13 (patch)
tree91d1f91b0d98b6bc003ce131a7b844dea8d5af90 /community/syncthing
parentf2f59860d9204a64bb206d144f2a69435cf06886 (diff)
community/syncthing: disable on ppc64le due to failed tests
Diffstat (limited to 'community/syncthing')
-rw-r--r--community/syncthing/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index ad9b66469c6..abfc535f79b 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -7,7 +7,7 @@ pkgver=0.14.35
pkgrel=0
pkgdesc="Open Source Continuous File Synchronization"
url="http://syncthing.net/"
-arch="all !s390x !armhf"
+arch="all !s390x !armhf !ppc64le"
license="MPLv2"
pkgusers="$pkgname"
pkggroups="$pkgname"