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 3BBE81382C5 for ; Wed, 24 Jun 2020 20:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49695E0921; Wed, 24 Jun 2020 20:57:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D100BE0921 for ; Wed, 24 Jun 2020 20:57:09 +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 CE14C34EE58 for ; Wed, 24 Jun 2020 20:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C3F175 for ; Wed, 24 Jun 2020 20:57:06 +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: <1593032164.375a6a34b0684ecd97c95a4aaf518b887e3c2da0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 375a6a34b0684ecd97c95a4aaf518b887e3c2da0 X-VCS-Branch: master Date: Wed, 24 Jun 2020 20:57:06 +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: e086832f-8d8b-412f-abd8-7e221c8fb0be X-Archives-Hash: 26819cf9172dfaa1528dbe3fb396e1f0 commit: 375a6a34b0684ecd97c95a4aaf518b887e3c2da0 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jun 24 20:56:04 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 24 20:56:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375a6a34 profiles/base/package.use.force: force enable gcc-config[cc-wrappers] Don't let people lose their 'cc' / 'f77' by accident. Signed-off-by: Sergei Trofimovich gentoo.org> profiles/base/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index d266201073f..846b87f7de0 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich (2020-06-24) +# Don't let people lose 'cc' or 'f77' by accident. +sys-devel/gcc-config cc-wrappers + # Sergei Trofimovich (2020-05-24) # Many base packages still rely on unqualified tools. # To contain the breakage flags are masked. Once most packages