aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-09-19 07:33:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-19 07:34:54 +0000
commitd9e3c096216ed965c375da91a4404b40de2d4740 (patch)
tree363be8f058cd0eb948d7df4ebf5789fca0013b4d /community
parent5346fa571397f15505ccd1e8599331b2251cdadd (diff)
downloadaports-d9e3c096216ed965c375da91a4404b40de2d4740.tar.bz2
aports-d9e3c096216ed965c375da91a4404b40de2d4740.tar.xz
community/geth: disable on ppc64le
fails to build on ppc64le and go 1.9 https://github.com/ethereum/go-ethereum/issues/15160
Diffstat (limited to 'community')
-rw-r--r--community/geth/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"