From f00aec781a758491c79913d9ebe47f8530a6a234 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Mon, 10 Apr 2017 16:42:33 +0000 Subject: community/: Do not compile on ppc64le Currently ppc64le does not have go, thus, disabling the build of the packages that depends on golang. This patch should be reverted once we have go enabled on ppc64le. --- community/caddy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/caddy') diff --git a/community/caddy/APKBUILD b/community/caddy/APKBUILD index fcbdfef8c1..2634765113 100644 --- a/community/caddy/APKBUILD +++ b/community/caddy/APKBUILD @@ -7,7 +7,7 @@ _vcheck="0.9.3" pkgrel=0 pkgdesc="Fast, cross-platform HTTP/2 web server with automatic HTTPS" url="https://caddyserver.com/" -arch="all" +arch="all !ppc64le" license="ASL 2.0" depends="ca-certificates" makedepends="go libcap bash glide" -- cgit v1.2.3