aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/godep/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/godep/APKBUILD b/community/godep/APKBUILD
index 15275bafe4..4a4df3dfb9 100644
--- a/community/godep/APKBUILD
+++ b/community/godep/APKBUILD
@@ -5,7 +5,7 @@ pkgver=78
pkgrel=0
pkgdesc="Dependency tool for go"
url="http://github.com/tools/godep"
-arch="all"
+arch="all !ppc64le"
license="BSD"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/tools/$pkgname/archive/v$pkgver.tar.gz"