commit:     fbdb0aab010767690c6bf98906eca4043c2e3567
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 23:50:51 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 23:52:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdb0aab

dev-lang/go: elevate rebuild instructions to elogs

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-lang/go/go-1.17.1.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lang/go/go-1.17.1.ebuild b/dev-lang/go/go-1.17.1.ebuild
index 9fe46e9a804..65ea8818bf9 100644
--- a/dev-lang/go/go-1.17.1.ebuild
+++ b/dev-lang/go/go-1.17.1.ebuild
@@ -185,13 +185,13 @@ src_install() {
 
 pkg_postinst() {
        [[ -z ${REPLACING_VERSIONS} ]] && return
-       einfo "After ${CATEGORY}/${PN} is updated it is recommended to rebuild"
-       einfo "all packages compiled with previous versions of 
${CATEGORY}/${PN}"
-       einfo "due to the static linking nature of go."
-       einfo "If this is not done, the packages compiled with the older"
-       einfo "version of the compiler will not be updated until they are"
-       einfo "updated individually, which could mean they will have"
-       einfo "vulnerabilities."
-       einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
-       einfo "See https://bugs.gentoo.org/752153 for more info"
+       elog "After ${CATEGORY}/${PN} is updated it is recommended to rebuild"
+       elog "all packages compiled with previous versions of ${CATEGORY}/${PN}"
+       elog "due to the static linking nature of go."
+       elog "If this is not done, the packages compiled with the older"
+       elog "version of the compiler will not be updated until they are"
+       elog "updated individually, which could mean they will have"
+       elog "vulnerabilities."
+       elog "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
+       elog "See https://bugs.gentoo.org/752153 for more info"
 }

Reply via email to