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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C08A15800A for ; Wed, 26 Jul 2023 02:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65703E08EB; Wed, 26 Jul 2023 02:53:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C4D2E08EB for ; Wed, 26 Jul 2023 02:53:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82D6C33BEFE for ; Wed, 26 Jul 2023 02:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7697BEC for ; Wed, 26 Jul 2023 02:53:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690339627.af790bf6bf4866ff4057e332bdf71dc2f9fb03ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/llvm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af790bf6bf4866ff4057e332bdf71dc2f9fb03ed X-VCS-Branch: master Date: Wed, 26 Jul 2023 02:53:11 +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: 29731f41-d492-4e57-9860-6fb4ce07ac19 X-Archives-Hash: 3153762c0667fb2f91d2c52def670aa3 commit: af790bf6bf4866ff4057e332bdf71dc2f9fb03ed Author: Sam James gentoo org> AuthorDate: Wed Jul 26 01:07:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 26 02:47:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af790bf6 llvm.eclass: fix _LLVM_KNOWN_SLOTS for LLVM 18 Thanks to vimproved for reporting. Signed-off-by: Sam James gentoo.org> eclass/llvm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 223e2a15baf4..8198650aad9a 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -78,7 +78,7 @@ DEPEND="!!sys-devel/llvm:0" # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( {17..8} ) +declare -g -r _LLVM_KNOWN_SLOTS=( {18..8} ) # @FUNCTION: get_llvm_slot # @USAGE: [-b|-d] []