From d9e3c096216ed965c375da91a4404b40de2d4740 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 19 Sep 2017 07:33:44 +0000 Subject: community/geth: disable on ppc64le fails to build on ppc64le and go 1.9 https://github.com/ethereum/go-ethereum/issues/15160 --- community/geth/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/geth/APKBUILD') diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index 8f5516208e..a1fe543887 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.0 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" -arch="all" +arch="all !ppc64le" license="LGPLv3" makedepends="go linux-headers" checkdepends="fuse" -- cgit v1.2.3