commit: ab518b8b637fa41cb451383030c26043e89fae1d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 10:52:07 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 15:03:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab518b8b
llvm.org.eclass: 16.0.0 has prebuilt manpages 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 ed056d881e4a..c07dda299f3f 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -63,7 +63,7 @@ _LLVM_MASTER_MAJOR=17 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=15.0.7 +_LLVM_NEWEST_MANPAGE_RELEASE=16.0.0 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL
