Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Thu, 05 Sep 2019 22:36:03
Message-Id: 1567722935.2aff500d7b04329dd5ec5baec785a2bcfd72fcaa.slyfox@gentoo
1 commit: 2aff500d7b04329dd5ec5baec785a2bcfd72fcaa
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 5 22:35:35 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 5 22:35:35 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=2aff500d
7
8 gcc-config: change comment to clarify why env-udate is still useful
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 gcc-config | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gcc-config b/gcc-config
16 index 7f2d69f..9e5abf8 100755
17 --- a/gcc-config
18 +++ b/gcc-config
19 @@ -696,7 +696,7 @@ switch_profile() {
20
21 eend 0
22
23 - # Not needed since Aug 2018. Can be removed later (say, in a year).
24 + # This is needed mainly for MANPATH and INFOPATH updates.
25 if [[ ${envd_changed} -ne 0 ]] ; then
26 echo
27 ewarn "If you intend to use the gcc from the new profile in an already"