summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-01-29 15:14:30 -0800
committerZac Medico <zmedico@gentoo.org>2016-01-29 15:14:30 -0800
commit92c2722eb39e1efb28da17e262e892380da93292 (patch)
treef6e03fd8dc8856c37ebbd9494119acaaf8e36df2 /dev-go
parentdev-java/piccolo2d: Remove old (diff)
downloadgentoo-92c2722eb39e1efb28da17e262e892380da93292.tar.gz
gentoo-92c2722eb39e1efb28da17e262e892380da93292.tar.bz2
gentoo-92c2722eb39e1efb28da17e262e892380da93292.zip
dev-go/go-tools: fix tipgodoc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-tools/go-tools-0_pre20160121.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-go/go-tools/go-tools-0_pre20160121.ebuild b/dev-go/go-tools/go-tools-0_pre20160121.ebuild
index 381504ad6f86..3926e8850a5f 100644
--- a/dev-go/go-tools/go-tools-0_pre20160121.ebuild
+++ b/dev-go/go-tools/go-tools-0_pre20160121.ebuild
@@ -99,15 +99,6 @@ src_install() {
# bug 558818: install binaries in $GOROOT/bin to avoid file collisions
exeinto "$(go env GOROOT)/bin"
doexe bin/* "${T}/goroot/bin/godoc"
- # Since tipgodoc has been known to be installed in either
- # GOROOT or GOPATH, handle either case (bug 572650). It likely
- # depends on what is currently installed, as is often the case
- # for weird issues like this with go.
- if [[ -e ${T}/gopath/bin/tipgodoc ]]; then
- doexe "${T}/gopath/bin/tipgodoc"
- else
- doexe "${T}/goroot/bin/tipgodoc"
- fi
dodir /usr/bin
ln "${ED}$(go env GOROOT)/bin/godoc" "${ED}usr/bin/godoc" || die