diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-07 22:36:24 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-07 22:36:24 +0000 |
commit | 380242fba72fe1eed82272b239dca5e2940316f1 (patch) | |
tree | 9a13fcc0e4d9dc10c7a1ee02613d91c21091ac51 /community/godep | |
parent | c4fc46c7669fd80de4b09851a01df1b47eb83eb8 (diff) | |
download | aports-380242fba72fe1eed82272b239dca5e2940316f1.tar.bz2 aports-380242fba72fe1eed82272b239dca5e2940316f1.tar.xz |
community/godep: Do not build on ppc64le
Go is still missing on ppc64le. Skipping this package for a while.
Diffstat (limited to 'community/godep')
-rw-r--r-- | community/godep/APKBUILD | 2 |
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" |