commit: 40cea00149e7447b4d271898fe3016461fe91da6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 3 21:45:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 3 21:46:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cea001
profiles/base: force dev-lang/python-exec[native-symlinks] Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 10958c1f917..ea410e8f765 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-03-03) +# A large number of packages still need /usr/bin/python{,2,3} +# including meson.eclass consumers. +# This is largely a QA smoketesting flag, and as such, should +# not be enabled by users. +dev-lang/python-exec native-symlinks + # Arfrever Frehtes Taifersar Arahesis <[email protected]> (2021-01-16) # NVTT support required for building games-strategy/0ad-data. =games-strategy/0ad-0.0.24_alpha_pre* nvtt
