diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-09-13 13:09:32 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-09-13 13:09:32 +0000 |
commit | 875ec0f2992499a4d79a726a9fa69cfd5115da52 (patch) | |
tree | 41b8c24e2fd91a31e3b955e75fa78af457d84b47 /community/go | |
parent | 93d387f24a03424082d8b5da63ec4aa3119d40bc (diff) | |
download | aports-875ec0f2992499a4d79a726a9fa69cfd5115da52.tar.bz2 aports-875ec0f2992499a4d79a726a9fa69cfd5115da52.tar.xz |
community/go: depend on binutils and gcc
fixes #6072
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |