aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-06 17:32:18 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-06 17:32:20 +0000
commit9b6e05fdac718581ec8457c1146b058273772ba7 (patch)
tree7b661ae2153842879af6f8d8fbee2c6675ca3ac4
parent99f8caafd67a3882ba73b3ee390fbf9e75277891 (diff)
testing/syncthing-inotify: enable build on ppc64le and s390x
Enable build on both arches as syncthinis is building fine on them.
-rw-r--r--testing/syncthing-inotify/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/syncthing-inotify/APKBUILD b/testing/syncthing-inotify/APKBUILD
index 9c8d18667f8..7ac0f6845fb 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"