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 C8783138334 for ; Thu, 5 Sep 2019 06:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 134A2E07A7; Thu, 5 Sep 2019 06:47:32 +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 EAE72E07A7 for ; Thu, 5 Sep 2019 06:47:31 +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 048E934AC59 for ; Thu, 5 Sep 2019 06:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75A576A for ; Thu, 5 Sep 2019 06:47:29 +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: <1567666026.64a1cb1454d8dc4bc1fb92e4cd3f74d351ecb7ac.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: 64a1cb1454d8dc4bc1fb92e4cd3f74d351ecb7ac X-VCS-Branch: master Date: Thu, 5 Sep 2019 06:47:29 +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: eb04e698-c93a-4fda-8dee-03f2b918ee19 X-Archives-Hash: 3e4867fc65aa925769a70ce4fcb6a50f commit: 64a1cb1454d8dc4bc1fb92e4cd3f74d351ecb7ac Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 5 06:47:06 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 5 06:47:06 2019 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=64a1cb14 gcc-config: update comment about env.d format Signed-off-by: Sergei Trofimovich gentoo.org> gcc-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc-config b/gcc-config index 2f5c34f..762695f 100755 --- a/gcc-config +++ b/gcc-config @@ -2,9 +2,9 @@ # Copyright 2002-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Format of /etc/env.d/gcc/: -# config-TARGET: CURRENT=version for TARGET -# TARGET-VER: has a TARGET and VER variable +# Format of /etc/env.d/gcc/ contents: +# config-: CURRENT=- +# -: has gcc-specific variables (provided by sys-devel/gcc) : ${ROOT:=/} [[ ${ROOT} != */ ]] && ROOT="${ROOT}/"