From ba27e97bca609efd7c76b6acc1df85d3070cd2b8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 May 2017 10:31:27 +0000 Subject: [PATCH] community/govendor: rebuild with go 1.8, enable ppc64le --- community/govendor/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/govendor/APKBUILD b/community/govendor/APKBUILD index 8b42c1c74d2..65cf9b906c1 100644 --- a/community/govendor/APKBUILD +++ b/community/govendor/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Carlo Landmeter pkgname=govendor pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Go vendor tool that works with the standard vendor file" url="https://github.com/kardianos/govendor" -arch="all !ppc64le" +arch="all" license="BSD" depends="" makedepends="go"