diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-09 17:54:25 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-09 17:54:25 +0200 |
commit | d349d7186c6c2f2b912ecb054e6657b2eb373e13 (patch) | |
tree | 91d1f91b0d98b6bc003ce131a7b844dea8d5af90 /community | |
parent | f2f59860d9204a64bb206d144f2a69435cf06886 (diff) | |
download | aports-d349d7186c6c2f2b912ecb054e6657b2eb373e13.tar.bz2 aports-d349d7186c6c2f2b912ecb054e6657b2eb373e13.tar.xz |
community/syncthing: disable on ppc64le due to failed tests
Diffstat (limited to 'community')
-rw-r--r-- | community/syncthing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index ad9b66469c..abfc535f79 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" |