commit: 41e38a731fb3647d3e01b89d8f495524ea102418 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 30 12:16:41 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 30 12:26:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e38a73
llvm.org.eclass: Enable manpages for 15.0.6 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 74a93b8c1ccc..23ee55f087f7 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.5 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.6 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL
