diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-05 20:11:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-05 20:11:14 +0200 |
commit | 8c86cd0f2281512f0df26a71ece486ad0d1d0a01 (patch) | |
tree | cc613c6e350cdf6ef89a245b47a72de245408135 /eclass | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.4.240 (diff) | |
download | gentoo-8c86cd0f2281512f0df26a71ece486ad0d1d0a01.tar.gz gentoo-8c86cd0f2281512f0df26a71ece486ad0d1d0a01.tar.bz2 gentoo-8c86cd0f2281512f0df26a71ece486ad0d1d0a01.zip |
llvm.org.eclass: Enable prebuilt manpages for 16.0.1
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 b4439e5e22ba..9991c4161ed1 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.0 +_LLVM_NEWEST_MANPAGE_RELEASE=16.0.1 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |