From fdf3fef4914c1b4bbc3f820b0f153e6ad20ef6c2 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 26 Nov 2019 20:28:48 +0100 Subject: [PATCH] PopCorn: switch to gccgo this will enable it for all possible archs --- srcpkgs/PopCorn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/PopCorn/template b/srcpkgs/PopCorn/template index 119c0ec768..6fab1a242d 100644 --- a/srcpkgs/PopCorn/template +++ b/srcpkgs/PopCorn/template @@ -1,14 +1,14 @@ # Template file for 'PopCorn' pkgname=PopCorn version=0.4 -revision=2 +revision=3 build_style=go go_import_path=github.com/the-maldridge/popcorn go_package="${go_import_path}/cmd/popcorn ${go_import_path}/cmd/popcornctl ${go_import_path}/cmd/statrepo ${go_import_path}/cmd/pqueryd" -hostmakedepends="git" +hostmakedepends="gcc-go-tools git" depends="snooze" short_desc="Package statistics system" maintainer="Michael Aldridge "