commit: cb28f2f9f5c617aff9ba94989a7cded4fd344f4c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 3 16:25:58 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 3 16:27:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb28f2f9
llvm.org.eclass: Enable dist manpages for 15.0.4 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 d10718d15d97..58a08efcfd77 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.3 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.4 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL
