commit: f21c532a57f594351d7e9cbdf99dd90a3b86ce11 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 04:49:02 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=f21c532a
llvm-r1.eclass: Mark @DEPRECATED Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/llvm-r1.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index fc9fab75e8f6..55cb0c0cafd0 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm-r1.eclass @@ -9,6 +9,7 @@ # @SUPPORTED_EAPIS: 8 # @PROVIDES: llvm-utils # @BLURB: Provide LLVM_SLOT to build against slotted LLVM +# @DEPRECATED: llvm-r2.eclass # @DESCRIPTION: # An eclass to reliably depend on a set of LLVM-related packages # in a matching slot. To use the eclass:
