diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-23 16:12:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-23 16:13:41 +0200 |
commit | 1ea788c223239a35ac94011200305b15bf2e7d3e (patch) | |
tree | 05fb873b5d04e548e6bc710bc07eacff8c9fcf44 | |
parent | app-arch/lz4: fix test failures (diff) | |
download | gentoo-1ea788c223239a35ac94011200305b15bf2e7d3e.tar.gz gentoo-1ea788c223239a35ac94011200305b15bf2e7d3e.tar.bz2 gentoo-1ea788c223239a35ac94011200305b15bf2e7d3e.zip |
llvm.eclass: Mark @DEPRECATED
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | eclass/llvm.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index e297fe992c9f..bb5ff5d78290 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -9,6 +9,7 @@ # @SUPPORTED_EAPIS: 7 8 # @PROVIDES: llvm-utils # @BLURB: Utility functions to build against slotted LLVM +# @DEPRECATED: llvm-r1.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 |