From 6bd986c913599c345c369ae148d99c17bc024cf8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 7 Apr 2017 14:57:28 +0000 Subject: community/go: disable go on ppc64le --- community/go/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/go/APKBUILD b/community/go/APKBUILD index afdaa0cbc5..9810afda9a 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -7,7 +7,7 @@ _toolsver="26c35b4dcf6dfcb924e26828ed9f4d028c5ce05a" pkgrel=2 pkgdesc="Go programming language compiler" url="http://www.golang.org/" -arch="all" +arch="all !ppc64le" license="BSD" depends="binutils gcc" depends_dev="" -- cgit v1.2.3