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: dev-util/cvise/
Date: Fri, 29 Jan 2021 10:43:06
Message-Id: 1611916979.25953b38481adbd368d2a6a9350343147860b6b4.mgorny@gentoo
1 commit: 25953b38481adbd368d2a6a9350343147860b6b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 09:47:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 10:42:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25953b38
7
8 dev-util/cvise: Require clang < 12
9
10 While cvise initially worked with 12.x branch of clang, it does not work
11 with 12.0.0_rc1 anymore.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-util/cvise/cvise-1.9.0.ebuild | 5 ++---
16 dev-util/cvise/cvise-2.0.0.ebuild | 5 ++---
17 dev-util/cvise/cvise-2.1.0.ebuild | 3 +--
18 3 files changed, 5 insertions(+), 8 deletions(-)
19
20 diff --git a/dev-util/cvise/cvise-1.9.0.ebuild b/dev-util/cvise/cvise-1.9.0.ebuild
21 index ead00c52154..1ac16024614 100644
22 --- a/dev-util/cvise/cvise-1.9.0.ebuild
23 +++ b/dev-util/cvise/cvise-1.9.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -19,10 +19,9 @@ IUSE="test"
31 RESTRICT="!test? ( test )"
32 REQUIRED_USE=${PYTHON_REQUIRED_USE}
33
34 -LLVM_MAX_SLOT=12
35 +LLVM_MAX_SLOT=11
36 DEPEND="
37 || (
38 - sys-devel/clang:12
39 sys-devel/clang:11
40 sys-devel/clang:10
41 )
42
43 diff --git a/dev-util/cvise/cvise-2.0.0.ebuild b/dev-util/cvise/cvise-2.0.0.ebuild
44 index 9ef3d7393de..82393105e7a 100644
45 --- a/dev-util/cvise/cvise-2.0.0.ebuild
46 +++ b/dev-util/cvise/cvise-2.0.0.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -19,10 +19,9 @@ IUSE="test"
54 RESTRICT="!test? ( test )"
55 REQUIRED_USE=${PYTHON_REQUIRED_USE}
56
57 -LLVM_MAX_SLOT=12
58 +LLVM_MAX_SLOT=11
59 DEPEND="
60 || (
61 - sys-devel/clang:12
62 sys-devel/clang:11
63 sys-devel/clang:10
64 )
65
66 diff --git a/dev-util/cvise/cvise-2.1.0.ebuild b/dev-util/cvise/cvise-2.1.0.ebuild
67 index 11c99cb7378..4d7435abda6 100644
68 --- a/dev-util/cvise/cvise-2.1.0.ebuild
69 +++ b/dev-util/cvise/cvise-2.1.0.ebuild
70 @@ -19,10 +19,9 @@ IUSE="test"
71 RESTRICT="!test? ( test )"
72 REQUIRED_USE=${PYTHON_REQUIRED_USE}
73
74 -LLVM_MAX_SLOT=12
75 +LLVM_MAX_SLOT=11
76 DEPEND="
77 || (
78 - sys-devel/clang:12
79 sys-devel/clang:11
80 sys-devel/clang:10
81 )