commit: 50b6ee120d2202dcf611cdfd4af37562b6ef4732 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 1 06:44:04 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 17:27:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b6ee12
profiles/features/llvm: Remove redundant PST from BOOTSTRAP_USE PYTHON_SINGLE_TARGET is set in base profile's BOOTSTRAP_USE now (since 6d8e19fd18c222b1771bb04e780c8b22e7649719), so that entry seems redundant. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/llvm/make.defaults | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index ce3401222615..defd200ce9d1 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -41,9 +41,6 @@ CXXSTDLIB="c++" # curl needed by cmake BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" -# Clang needs this -BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_11" - # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin"