aboutsummaryrefslogtreecommitdiffstats
path: root/community/caddy
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-10 16:42:33 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-10 16:42:33 +0000
commitf00aec781a758491c79913d9ebe47f8530a6a234 (patch)
tree4a2ef3c14d1520a000eea2fce3b0aca877b0457e /community/caddy
parent382b4953d7537af363ca7758b211f7521a366c09 (diff)
downloadaports-f00aec781a758491c79913d9ebe47f8530a6a234.tar.bz2
aports-f00aec781a758491c79913d9ebe47f8530a6a234.tar.xz
community/<go packages>: 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.
Diffstat (limited to 'community/caddy')
-rw-r--r--community/caddy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"