commit: 8c86cd0f2281512f0df26a71ece486ad0d1d0a01 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 5 18:11:14 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 18:11:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c86cd0f
llvm.org.eclass: Enable prebuilt manpages for 16.0.1 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 b4439e5e22ba..9991c4161ed1 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=16.0.0 +_LLVM_NEWEST_MANPAGE_RELEASE=16.0.1 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL