diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-13 17:35:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-13 17:51:03 +0100 |
commit | e11bd936253bdc68f8cff8d153f07cac0fad8a13 (patch) | |
tree | a1b4d21a737868e73be991e57d383a95025c11e8 /eclass | |
parent | sys-devel/clang: Add manpages to 15.0.7 (diff) | |
download | gentoo-e11bd936253bdc68f8cff8d153f07cac0fad8a13.tar.gz gentoo-e11bd936253bdc68f8cff8d153f07cac0fad8a13.tar.bz2 gentoo-e11bd936253bdc68f8cff8d153f07cac0fad8a13.zip |
llvm.org.eclass: Enable manpages in 15.0.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 80cf9f603e65..d38f9a8cecc2 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.6 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.7 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |