summaryrefslogtreecommitdiff
path: root/dev-lang
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2016-07-25 13:28:07 -0500
committerWilliam Hubbs <williamh@gentoo.org>2016-07-25 13:28:32 -0500
commitc80abdc1450035984f63194cb0556e8024ebcbe2 (patch)
tree0f4d1096d2b8a48a10adf1fb65232e55258bd5de /dev-lang
parent2de6e1e863a3397b1f70554c689fb156b0288f5d (diff)
downloadgentoo-c80abdc1450035984f63194cb0556e8024ebcbe2.tar.gz
gentoo-c80abdc1450035984f63194cb0556e8024ebcbe2.tar.xz
dev-lang/go: sync 1.6.3 with live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.6.3.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-lang/go/go-1.6.3.ebuild b/dev-lang/go/go-1.6.3.ebuild
index 83c569173d8..76a895e8fa8 100644
--- a/dev-lang/go/go-1.6.3.ebuild
+++ b/dev-lang/go/go-1.6.3.ebuild
@@ -243,11 +243,6 @@ pkg_postinst()
-exec touch -r "${EROOT}"${tref} {} \;
eend $?
- if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} &&
- ${REPLACING_VERSIONS} != ${PV} ]]; then
- elog "Release notes are located at http://golang.org/doc/go${PV}"
- fi
-
if $had_support_files; then
ewarn
ewarn "All editor support, IDE support, shell completion"