diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-16 12:23:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-16 13:05:23 +0100 |
commit | 3ae140e5bd701398dc759435ae06fd734dedf7af (patch) | |
tree | 1a8d329bfe511bf7dd79b824d00a00e297c58fdd /eclass/llvm.org.eclass | |
parent | sys-devel/clang: Add manpage distfile to 15.0.5 (diff) | |
download | gentoo-3ae140e5bd701398dc759435ae06fd734dedf7af.tar.gz gentoo-3ae140e5bd701398dc759435ae06fd734dedf7af.tar.bz2 gentoo-3ae140e5bd701398dc759435ae06fd734dedf7af.zip |
llvm.org.eclass: Enable prebuilt manpages for 15.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 25c22b4efb0e..5ee0c07abc92 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -66,7 +66,7 @@ _LLVM_MASTER_MAJOR=16 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=15.0.4 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.5 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |