diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-19 20:56:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-19 21:42:03 +0200 |
commit | 62b24084003100950d8deab6567f4fc8dbae6444 (patch) | |
tree | f7f61c14fcb3fbd73f37ff013addf09dff856d11 /eclass | |
parent | dev-ruby/ruby-termios: add ruby32, drop unused multilib (diff) | |
download | gentoo-62b24084003100950d8deab6567f4fc8dbae6444.tar.gz gentoo-62b24084003100950d8deab6567f4fc8dbae6444.tar.bz2 gentoo-62b24084003100950d8deab6567f4fc8dbae6444.zip |
llvm.org.eclass: Enable pregenerated manpages for 16.0.2
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 a24cc0e73dcc..52b5bbb0c59d 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.1 +_LLVM_NEWEST_MANPAGE_RELEASE=16.0.2 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |