diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-06 17:15:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-06 17:37:31 +0200 |
commit | 144608bc80ef8f4c5ee50aa5c6d718badf06f3e0 (patch) | |
tree | e8c3817dc2058341e3799bef8f627e4acee85da7 /eclass | |
parent | sys-devel/clang: Add manpages to Manifest (diff) | |
download | gentoo-144608bc80ef8f4c5ee50aa5c6d718badf06f3e0.tar.gz gentoo-144608bc80ef8f4c5ee50aa5c6d718badf06f3e0.tar.bz2 gentoo-144608bc80ef8f4c5ee50aa5c6d718badf06f3e0.zip |
llvm.org.eclass: Enable manpages for 15.0.0
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 0d17b19c8abf..578077f67ed5 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -51,7 +51,7 @@ _LLVM_MASTER_MAJOR=16 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=14.0.6 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.0 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |