Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 06 Sep 2022 15:37:37
Message-Id: 1662478651.144608bc80ef8f4c5ee50aa5c6d718badf06f3e0.mgorny@gentoo
1 commit: 144608bc80ef8f4c5ee50aa5c6d718badf06f3e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 15:15:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 15:37:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144608bc
7
8 llvm.org.eclass: Enable manpages for 15.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/llvm.org.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
16 index 0d17b19c8abf..578077f67ed5 100644
17 --- a/eclass/llvm.org.eclass
18 +++ b/eclass/llvm.org.eclass
19 @@ -51,7 +51,7 @@ _LLVM_MASTER_MAJOR=16
20 # @INTERNAL
21 # @DESCRIPTION:
22 # The newest release of LLVM for which manpages were generated.
23 -_LLVM_NEWEST_MANPAGE_RELEASE=14.0.6
24 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.0
25
26 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE
27 # @INTERNAL