diff options
-rw-r--r-- | community/tinc-pre/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tinc-pre/APKBUILD b/community/tinc-pre/APKBUILD index 9a2585a74e..bf6b257dd9 100644 --- a/community/tinc-pre/APKBUILD +++ b/community/tinc-pre/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Virtual Private Network (VPN) daemon (pre-release)" url="http://tinc-vpn.org/" # tests hangs on s390x and fails in lxc on ppc64le -arch="all !s390x !ppc64le" +arch="all !s390x" license="GPL-2.0" depends="" makedepends="linux-headers ncurses-dev readline-dev |