From 0f8b5b847429642977d4c0497068a93222ff3136 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 24 May 2020 10:24:30 +0100 Subject: [PATCH] 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 --- 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 eec1e97793de..713a937d8c76 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 -- 2.26.2