aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-03-20 21:34:59 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-04 12:04:20 +0000
commiteaabed32cd44d1a67cf8fb4cd6f6de72535b9630 (patch)
tree5e476b245b945c84ba1e6a49abbd6991b1c4a84a /community/go
parent95bfde056842611c3604387c178c36d27833b574 (diff)
downloadaports-eaabed32cd44d1a67cf8fb4cd6f6de72535b9630.tar.bz2
aports-eaabed32cd44d1a67cf8fb4cd6f6de72535b9630.tar.xz
community/go: remove cover from _gotools
Diffstat (limited to 'community/go')
-rw-r--r--community/go/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index a14ec4263a..c003624698 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -33,7 +33,7 @@ if [ "$CBUILD" = "$CTARGET" ]; then
makedepends="go-bootstrap $makedepends"
provides="go-bootstrap=$pkgver-r$pkgrel"
subpackages="$subpackages $pkgname-tools"
- _gotools="cover godoc stringer"
+ _gotools="godoc stringer"
else
pkgname="go-bootstrap"
makedepends="go $makedepends"