Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Thu, 09 Sep 2021 23:55:07
Message-Id: 1631231695.c3aaa905982a62a273f0fdf405f5a5aba8a2bee6.williamh@gentoo
1 commit: c3aaa905982a62a273f0fdf405f5a5aba8a2bee6
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 23:54:42 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 23:54:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3aaa905
7
8 dev-lang/go: sync live
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 dev-lang/go/go-9999.ebuild | 18 +++++++++---------
14 1 file changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
17 index 9fe46e9a804..65ea8818bf9 100644
18 --- a/dev-lang/go/go-9999.ebuild
19 +++ b/dev-lang/go/go-9999.ebuild
20 @@ -185,13 +185,13 @@ src_install() {
21
22 pkg_postinst() {
23 [[ -z ${REPLACING_VERSIONS} ]] && return
24 - einfo "After ${CATEGORY}/${PN} is updated it is recommended to rebuild"
25 - einfo "all packages compiled with previous versions of ${CATEGORY}/${PN}"
26 - einfo "due to the static linking nature of go."
27 - einfo "If this is not done, the packages compiled with the older"
28 - einfo "version of the compiler will not be updated until they are"
29 - einfo "updated individually, which could mean they will have"
30 - einfo "vulnerabilities."
31 - einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
32 - einfo "See https://bugs.gentoo.org/752153 for more info"
33 + elog "After ${CATEGORY}/${PN} is updated it is recommended to rebuild"
34 + elog "all packages compiled with previous versions of ${CATEGORY}/${PN}"
35 + elog "due to the static linking nature of go."
36 + elog "If this is not done, the packages compiled with the older"
37 + elog "version of the compiler will not be updated until they are"
38 + elog "updated individually, which could mean they will have"
39 + elog "vulnerabilities."
40 + elog "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
41 + elog "See https://bugs.gentoo.org/752153 for more info"
42 }