commit: 2aff500d7b04329dd5ec5baec785a2bcfd72fcaa
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 5 22:35:35 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 22:35:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=2aff500d
gcc-config: change comment to clarify why env-udate is still useful
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
gcc-config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc-config b/gcc-config
index 7f2d69f..9e5abf8 100755
--- a/gcc-config
+++ b/gcc-config
@@ -696,7 +696,7 @@ switch_profile() {
eend 0
- # Not needed since Aug 2018. Can be removed later (say, in a year).
+ # This is needed mainly for MANPATH and INFOPATH updates.
if [[ ${envd_changed} -ne 0 ]] ; then
echo
ewarn "If you intend to use the gcc from the new profile in an
already"