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 5327415852A for ; Thu, 22 Aug 2024 11:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513C3E2A72; Thu, 22 Aug 2024 11:23:51 +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 37A43E2A72 for ; Thu, 22 Aug 2024 11:23:51 +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 394CB342F64 for ; Thu, 22 Aug 2024 11:23:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A7F81EFA for ; Thu, 22 Aug 2024 11:23:48 +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: <1724325812.4e03f65e4c9db309db56bf5854e8cbf3d3d58696.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/llvm.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e03f65e4c9db309db56bf5854e8cbf3d3d58696 X-VCS-Branch: master Date: Thu, 22 Aug 2024 11:23:48 +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: 58b605b4-e889-4b4c-a5e4-ea0ecf285dd4 X-Archives-Hash: 9d3b635775440e5bec56d8c68fe26549 commit: 4e03f65e4c9db309db56bf5854e8cbf3d3d58696 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 22 11:15:54 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 22 11:23:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e03f65e llvm.org.eclass: Add 20.0.0_pre20240822 snapshot Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 4b49d35a542b..b3a22634f2e1 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then _LLVM_SOURCE_TYPE=snapshot case ${PV} in + 20.0.0_pre20240822) + EGIT_COMMIT=503907dc505db1e439e7061113bf84dd105f2e35 + ;; 20.0.0_pre20240815) EGIT_COMMIT=db8ef6188cbbe2125e6d60bdef77a535105772df ;;