From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEDA5138334 for ; Thu, 5 Sep 2019 22:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0EAFE077D; Thu, 5 Sep 2019 22:36:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2882E077D for ; Thu, 5 Sep 2019 22:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEA2D34A78D for ; Thu, 5 Sep 2019 22:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B47D77D for ; Thu, 5 Sep 2019 22:35:59 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1567722935.2aff500d7b04329dd5ec5baec785a2bcfd72fcaa.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: gcc-config X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2aff500d7b04329dd5ec5baec785a2bcfd72fcaa X-VCS-Branch: master Date: Thu, 5 Sep 2019 22:35:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f35c8fa-e4e0-41f6-984d-de715dda8116 X-Archives-Hash: 935a2f9278b30760d3c972b90f6c38c7 commit: 2aff500d7b04329dd5ec5baec785a2bcfd72fcaa Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 5 22:35:35 2019 +0000 Commit: Sergei Trofimovich gentoo 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 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"