diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-06 20:14:38 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-06 20:14:38 +0000 |
commit | 124b404ce0cd6739ce29bf562320bf7f7d15b3a1 (patch) | |
tree | 110b627f93a06b91d8d141089a404efec1616f2b /community | |
parent | dd1777c170ce464ece28549e8fe7a483eb1b4ef5 (diff) | |
download | aports-124b404ce0cd6739ce29bf562320bf7f7d15b3a1.tar.bz2 aports-124b404ce0cd6739ce29bf562320bf7f7d15b3a1.tar.xz |
community/syncthing: enable build on ppc64le
Diffstat (limited to 'community')
-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 25d9d09e96..1d662f05c2 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.14.39 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all !s390x !armhf !ppc64le" +arch="all !s390x !armhf" license="MPLv2" pkgusers="$pkgname" pkggroups="$pkgname" |