commit: e681ce18c05d401cc8d0c2d85e6eb256952fa8a5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 11 10:08:21 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 11 11:07:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e681ce18
llvm.org.eclass: Enable pregen manpages for 14.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 abec9b1e060a..1af8f12f63dc 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -51,7 +51,7 @@ _LLVM_MASTER_MAJOR=15 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=14.0.4 +_LLVM_NEWEST_MANPAGE_RELEASE=14.0.5 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL
