diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-03 12:03:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-03 13:09:08 +0200 |
commit | 99003641b33d63640c70d1dc0da6d1c49bf969f8 (patch) | |
tree | d571b8b21fb3c469e78a7b7606411f1a8cef848e /eclass | |
parent | dev-java/scala-cli-bin: fix BDEPEND (diff) | |
download | gentoo-99003641b33d63640c70d1dc0da6d1c49bf969f8.tar.gz gentoo-99003641b33d63640c70d1dc0da6d1c49bf969f8.tar.bz2 gentoo-99003641b33d63640c70d1dc0da6d1c49bf969f8.zip |
llvm.org.eclass: Enable manpages for 16.0.3
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 1ee3e7f5373d..65a4ea623920 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.2 +_LLVM_NEWEST_MANPAGE_RELEASE=16.0.3 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |