From 9b6e05fdac718581ec8457c1146b058273772ba7 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Sat, 6 Jan 2018 17:32:18 +0000 Subject: [PATCH] testing/syncthing-inotify: enable build on ppc64le and s390x Enable build on both arches as syncthinis is building fine on them. --- testing/syncthing-inotify/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- GitLab