commit: 3ae140e5bd701398dc759435ae06fd734dedf7af Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 16 11:23:49 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 16 12:05:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae140e5
llvm.org.eclass: Enable prebuilt manpages for 15.0.5 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/llvm.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
