commit: c088a1b6d651073ce434de200b5461efacf12def Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 04:49:09 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 27 03:51:51 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c088a1b6
llvm.eclass: Update deprecation to point to llvm-r2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/llvm.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 7314fd381806..592bfe226c96 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.eclass @@ -9,7 +9,7 @@ # @SUPPORTED_EAPIS: 7 8 # @PROVIDES: llvm-utils # @BLURB: Utility functions to build against slotted LLVM -# @DEPRECATED: llvm-r1.eclass +# @DEPRECATED: llvm-r2.eclass # @DESCRIPTION: # The llvm.eclass provides utility functions that can be used to build # against specific version of slotted LLVM (with fallback to :0 for old
