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/gitea/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gitea') diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index 57ca6ae48d..1c9eb828e8 100644 --- a/community/gitea/APKBUILD +++ b/community/gitea/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=1 pkgdesc="A self-hosted Git service written in Go" url="http://gitea.io/" -arch="all" +arch="all !ppc64le" license="MIT" depends="git" makedepends="go libcap" -- cgit v1.2.3