diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-18 04:02:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-18 05:14:29 +0200 |
commit | 7fe629c7c409de890464df137bc1d7dfd63ac7b2 (patch) | |
tree | bd47d12e5f738a2f589d9bbfdd74201318875b5f /eclass/llvm.org.eclass | |
parent | llvm.org.eclass: Require >=sec-keys/openpgp-keys-llvm-16.0.4 (diff) | |
download | gentoo-7fe629c7c409de890464df137bc1d7dfd63ac7b2.tar.gz gentoo-7fe629c7c409de890464df137bc1d7dfd63ac7b2.tar.bz2 gentoo-7fe629c7c409de890464df137bc1d7dfd63ac7b2.zip |
llvm.org.eclass: Enable manpages for 16.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.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 9b833679ca3a..8b1c074ac97d 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.3 +_LLVM_NEWEST_MANPAGE_RELEASE=16.0.4 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |