aboutsummaryrefslogtreecommitdiffstats
path: root/community/geth/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-26 16:03:19 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-26 16:06:32 +0000
commiteca941c8bea2d711472c545ec6834c28809da3ea (patch)
tree3d29193b69f755196c58b915cdd2bca3541c4d60 /community/geth/APKBUILD
parentf82e428d9cae98be063c203a97199116cfbbfd76 (diff)
downloadaports-eca941c8bea2d711472c545ec6834c28809da3ea.tar.bz2
aports-eca941c8bea2d711472c545ec6834c28809da3ea.tar.xz
community/geth: enable build on ppc64le again
Enable build on ppc64le again as regression in go 1.9 (PPC64.rules move zero) is fixed.
Diffstat (limited to 'community/geth/APKBUILD')
-rw-r--r--community/geth/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index a1fe543887..8f5516208e 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 !ppc64le"
+arch="all"
license="LGPLv3"
makedepends="go linux-headers"
checkdepends="fuse"