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 46C071382C5 for ; Sun, 24 May 2020 09:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099C8E0871; Sun, 24 May 2020 09:25:54 +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 E0F33E0871 for ; Sun, 24 May 2020 09:25:53 +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 4BAC534F066 for ; Sun, 24 May 2020 09:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11B28175 for ; Sun, 24 May 2020 09:25:50 +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: <1590312347.0f8b5b847429642977d4c0497068a93222ff3136.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: 0f8b5b847429642977d4c0497068a93222ff3136 X-VCS-Branch: master Date: Sun, 24 May 2020 09:25:50 +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: f0ee1421-9340-4fdc-aa48-880679693eb5 X-Archives-Hash: 3a33c93231f82186e7f35f3f9656831c commit: 0f8b5b847429642977d4c0497068a93222ff3136 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 24 09:24:30 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 24 09:25:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8b5b84 profiles/base/package.use.force: force USE=native-symlinks Many base packages are still broken. Catalyst relies on USE=-* to work and breaks as well. Let's mask it for now. Signed-off-by: Sergei Trofimovich gentoo.org> profiles/base/package.use.force | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index eec1e97793d..713a937d8c7 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,15 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich (2020-05-24) +# Many base packages still rely on unqualified tools. +# To contain the breakage flags are masked. Once most packages +# build with unqualified tools missing we will lift +# the force flag. More details are at: +# https://wiki.gentoo.org/wiki/Project:Toolchain/use_native_symlinks +sys-devel/binutils-config native-symlinks +sys-devel/gcc-config native-symlinks + # Michał Górny (2017-12-30) # Require user configs unless we supply our own .config. sys-kernel/gentoo-kernel savedconfig