diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 07:33:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 07:34:54 +0000 |
commit | d9e3c096216ed965c375da91a4404b40de2d4740 (patch) | |
tree | 363be8f058cd0eb948d7df4ebf5789fca0013b4d /community/geth | |
parent | 5346fa571397f15505ccd1e8599331b2251cdadd (diff) | |
download | aports-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/geth')
-rw-r--r-- | community/geth/APKBUILD | 2 |
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" |