commit:     0f8b5b847429642977d4c0497068a93222ff3136
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 09:24:30 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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 <sly...@gentoo.org> (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 <mgo...@gentoo.org> (2017-12-30)
 # Require user configs unless we supply our own .config.
 sys-kernel/gentoo-kernel savedconfig

Reply via email to