diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-18 21:45:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-18 21:45:36 +0200 |
commit | 873fdb621f755c716f8d187b9b8757c6e6c53f29 (patch) | |
tree | c554d25d95ecf8e4b082c7fe1bd596dd3a5e7297 /eclass | |
parent | sys-devel/clang: Add manpage archive hash (diff) | |
download | gentoo-873fdb621f755c716f8d187b9b8757c6e6c53f29.tar.gz gentoo-873fdb621f755c716f8d187b9b8757c6e6c53f29.tar.bz2 gentoo-873fdb621f755c716f8d187b9b8757c6e6c53f29.zip |
llvm.org.eclass: Enable manpage dist for 15.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 88047e4233cc..820ada22dd9f 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.2 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.3 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |