diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-27 05:08:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-27 05:09:29 +0200 |
commit | b3583e3668e08f45d493a6c833f2d4caba7f45fc (patch) | |
tree | 307cf647b7dd64f97cb0de814ce00f3d943b9359 /eclass | |
parent | sys-devel/clang: Add manpage checksum (diff) | |
download | gentoo-b3583e3668e08f45d493a6c833f2d4caba7f45fc.tar.gz gentoo-b3583e3668e08f45d493a6c833f2d4caba7f45fc.tar.bz2 gentoo-b3583e3668e08f45d493a6c833f2d4caba7f45fc.zip |
llvm.org.eclass: Enable prebuilt manpages for 14.0.6
Closes: https://bugs.gentoo.org/854396
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 306b9c020e18..b55709426d32 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -51,7 +51,7 @@ _LLVM_MASTER_MAJOR=15 # @INTERNAL # @DESCRIPTION: # The newest release of LLVM for which manpages were generated. -_LLVM_NEWEST_MANPAGE_RELEASE=14.0.5 +_LLVM_NEWEST_MANPAGE_RELEASE=14.0.6 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |