community/glide: enable on ppc64le rebuild with go 1.8

This commit is contained in:
Natanael Copa 2017-05-16 10:00:00 +00:00
parent fbd5379554
commit c6e18ea416

View File

@ -2,10 +2,10 @@
# Maintainer: Aaron Hurt <ahurt@ena.com> # Maintainer: Aaron Hurt <ahurt@ena.com>
pkgname="glide" pkgname="glide"
pkgver="0.12.3" pkgver="0.12.3"
pkgrel=0 pkgrel=1
pkgdesc="Vendor Package Management for Golang" pkgdesc="Vendor Package Management for Golang"
url="https://github.com/Masterminds/glide" url="https://github.com/Masterminds/glide"
arch="all !ppc64le" arch="all"
license="MIT" license="MIT"
depends="" depends=""
makedepends="go" makedepends="go"