summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-01 08:44:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-01 19:27:30 +0200
commit50b6ee120d2202dcf611cdfd4af37562b6ef4732 (patch)
tree3525eab8b4c997e4b6f035b60e7967da8f872b7a /profiles/features/llvm
parentdev-python/phonenumbers: Remove old (diff)
downloadgentoo-50b6ee120d2202dcf611cdfd4af37562b6ef4732.tar.gz
gentoo-50b6ee120d2202dcf611cdfd4af37562b6ef4732.tar.bz2
gentoo-50b6ee120d2202dcf611cdfd4af37562b6ef4732.zip
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@gentoo.org>
Diffstat (limited to 'profiles/features/llvm')
-rw-r--r--profiles/features/llvm/make.defaults3
1 files changed, 0 insertions, 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"