diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-20 13:20:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-20 13:21:17 +0200 |
commit | ec69ed34f2d131ffc845fef4ed5c09158ca77e43 (patch) | |
tree | bba77b5cecfac71811e08ea0c1b7674ff6c1d480 /eclass/llvm.org.eclass | |
parent | sys-devel/clang: Manifest new manpages (diff) | |
download | gentoo-ec69ed34f2d131ffc845fef4ed5c09158ca77e43.tar.gz gentoo-ec69ed34f2d131ffc845fef4ed5c09158ca77e43.tar.bz2 gentoo-ec69ed34f2d131ffc845fef4ed5c09158ca77e43.zip |
llvm.org.eclass: Enable manpage dist for 15.0.1
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 21bb6c2c663f..bea8bc8cf31b 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -51,7 +51,7 @@ _LLVM_MASTER_MAJOR=16 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=15.0.0 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.1 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |