commit: 873fdb621f755c716f8d187b9b8757c6e6c53f29 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 18 19:45:36 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 18 19:45:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873fdb62
llvm.org.eclass: Enable manpage dist for 15.0.3 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 88047e4233cc..820ada22dd9f 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.2 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.3 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL
