diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 18:37:19 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 18:37:58 +0200 |
commit | 9e181ec45525dc79a4c6562c31886d29a7591559 (patch) | |
tree | efdf057a771b62189d53dfe4b810778072af6095 /testing/syncthing-inotify | |
parent | 6a078f64dcf475beff69ef619b559dcac56047e6 (diff) | |
download | aports-9e181ec45525dc79a4c6562c31886d29a7591559.tar.bz2 aports-9e181ec45525dc79a4c6562c31886d29a7591559.tar.xz |
testing/syncthing-inotify: disable on s390x
syncthing is not available for that arch.
Diffstat (limited to 'testing/syncthing-inotify')
-rw-r--r-- | testing/syncthing-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/syncthing-inotify/APKBUILD b/testing/syncthing-inotify/APKBUILD index a8cd62bde8..46a336a5ea 100644 --- a/testing/syncthing-inotify/APKBUILD +++ b/testing/syncthing-inotify/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.8.7 pkgrel=2 pkgdesc="File watcher intended for use with Syncthing" url="https://github.com/syncthing/syncthing-inotify" -arch="all !armhf !armv7" +arch="all !armhf !armv7 !s390x" license="MPL-2.0" depends="syncthing" makedepends="go" |