diff options
author | 2022-11-03 17:25:58 +0100 | |
---|---|---|
committer | 2022-11-03 17:27:25 +0100 | |
commit | cb28f2f9f5c617aff9ba94989a7cded4fd344f4c (patch) | |
tree | f8cb5c1e00a140ae6be2b597b3f08ab05122c975 /eclass | |
parent | sys-devel/clang: Manifest 15.0.4 manpage tarball (diff) | |
download | gentoo-cb28f2f9f5c617aff9ba94989a7cded4fd344f4c.tar.gz gentoo-cb28f2f9f5c617aff9ba94989a7cded4fd344f4c.tar.bz2 gentoo-cb28f2f9f5c617aff9ba94989a7cded4fd344f4c.zip |
llvm.org.eclass: Enable dist manpages for 15.0.4
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 d10718d15d97..58a08efcfd77 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -66,7 +66,7 @@ _LLVM_MASTER_MAJOR=16 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=15.0.3 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.4 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |