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: Wed, 30 Nov 2022 12:26:49
Message-Id: 1669811199.41e38a731fb3647d3e01b89d8f495524ea102418.mgorny@gentoo
1 commit: 41e38a731fb3647d3e01b89d8f495524ea102418
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 12:16:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 12:26:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e38a73
7
8 llvm.org.eclass: Enable manpages for 15.0.6
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 74a93b8c1ccc..23ee55f087f7 100644
17 --- a/eclass/llvm.org.eclass
18 +++ b/eclass/llvm.org.eclass
19 @@ -66,7 +66,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=15.0.5
24 +_LLVM_NEWEST_MANPAGE_RELEASE=15.0.6
25
26 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE
27 # @INTERNAL