diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-06 17:32:18 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-06 17:32:20 +0000 |
commit | 9b6e05fdac718581ec8457c1146b058273772ba7 (patch) | |
tree | 7b661ae2153842879af6f8d8fbee2c6675ca3ac4 /testing/syncthing-inotify | |
parent | 99f8caafd67a3882ba73b3ee390fbf9e75277891 (diff) | |
download | aports-9b6e05fdac718581ec8457c1146b058273772ba7.tar.bz2 aports-9b6e05fdac718581ec8457c1146b058273772ba7.tar.xz |
testing/syncthing-inotify: enable build on ppc64le and s390x
Enable build on both arches as syncthinis is building fine on them.
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 9c8d18667f..7ac0f6845f 100644 --- a/testing/syncthing-inotify/APKBUILD +++ b/testing/syncthing-inotify/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.8.7 pkgrel=1 pkgdesc="File watcher intended for use with Syncthing" url="https://github.com/syncthing/syncthing-inotify" -arch="all !s390x !armhf !ppc64le" +arch="all !armhf" license="MPL-2.0" depends="syncthing" makedepends="go" |