summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-24 12:11:00 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-24 12:44:53 +0100
commit2d437712f06ca05b0cf3f0a01fd81548f5fbe72b (patch)
tree9ade7eafa30c641a5f55d26a363260710cc3a212 /eclass
parentsys-process/cronie: Stabilize 1.7.1-r1 hppa, #922480 (diff)
downloadgentoo-2d437712f06ca05b0cf3f0a01fd81548f5fbe72b.tar.gz
gentoo-2d437712f06ca05b0cf3f0a01fd81548f5fbe72b.tar.bz2
gentoo-2d437712f06ca05b0cf3f0a01fd81548f5fbe72b.zip
llvm.eclass: Allow LLVM 19
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index 1f3ff1f61c2d..91cc68d966fe 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @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=( {18..8} )
+declare -g -r _LLVM_KNOWN_SLOTS=( {19..8} )
# @ECLASS_VARIABLE: LLVM_ECLASS_SKIP_PKG_SETUP
# @INTERNAL