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:52:26
Message-Id: 1631231537.fbdb0aab010767690c6bf98906eca4043c2e3567.williamh@gentoo
1 commit: fbdb0aab010767690c6bf98906eca4043c2e3567
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 23:50:51 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 23:52:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdb0aab
7
8 dev-lang/go: elevate rebuild instructions to elogs
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-1.17.1.ebuild | 18 +++++++++---------
14 1 file changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-lang/go/go-1.17.1.ebuild b/dev-lang/go/go-1.17.1.ebuild
17 index 9fe46e9a804..65ea8818bf9 100644
18 --- a/dev-lang/go/go-1.17.1.ebuild
19 +++ b/dev-lang/go/go-1.17.1.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 }