From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C6451581D3 for ; Sat, 1 Jun 2024 17:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1C1E2A79; Sat, 1 Jun 2024 17:28:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 915C6E2A79 for ; Sat, 1 Jun 2024 17:28:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3F2733E3A9 for ; Sat, 1 Jun 2024 17:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E101C02 for ; Sat, 1 Jun 2024 17:27:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1717262850.50b6ee120d2202dcf611cdfd4af37562b6ef4732.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/llvm/make.defaults X-VCS-Directories: profiles/features/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 50b6ee120d2202dcf611cdfd4af37562b6ef4732 X-VCS-Branch: master Date: Sat, 1 Jun 2024 17:27:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ef6dc7d-73d8-4c0e-99de-192f1de88320 X-Archives-Hash: 983d18f5e75f8e01fce80649b04f1387 commit: 50b6ee120d2202dcf611cdfd4af37562b6ef4732 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 1 06:44:04 2024 +0000 Commit: Michał Górny gentoo 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 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"