From 875ec0f2992499a4d79a726a9fa69cfd5115da52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 13 Sep 2016 13:09:32 +0000 Subject: community/go: depend on binutils and gcc fixes #6072 --- community/go/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 0f07597c90..1be387ac26 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" license="BSD" -depends="" +depends="binutils gcc" depends_dev="" makedepends="bash" options="!strip" -- cgit v1.2.3