diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 13:27:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 13:28:09 +0000 |
commit | 656038f147c68c5cd68e7f5b6d0935074a75c894 (patch) | |
tree | 06b52474e46bb24dd97710f39f6c46dfb52f674f /community/syncthing/APKBUILD | |
parent | fee7fa9f46cedcc97ace40ff1c0e307ab4acd08a (diff) | |
download | aports-656038f147c68c5cd68e7f5b6d0935074a75c894.tar.bz2 aports-656038f147c68c5cd68e7f5b6d0935074a75c894.tar.xz |
community/syncthing: disable on s390x
tests fails
Diffstat (limited to 'community/syncthing/APKBUILD')
-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 d206b6a73c..ac39e8d53f 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.14.28 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all" +arch="all !s390x" license="MPLv2" pkgusers="$pkgname" pkggroups="$pkgname" |