commit: 25953b38481adbd368d2a6a9350343147860b6b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 09:47:24 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 10:42:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25953b38
dev-util/cvise: Require clang < 12
While cvise initially worked with 12.x branch of clang, it does not work
with 12.0.0_rc1 anymore.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/cvise/cvise-1.9.0.ebuild | 5 ++---
dev-util/cvise/cvise-2.0.0.ebuild | 5 ++---
dev-util/cvise/cvise-2.1.0.ebuild | 3 +--
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-util/cvise/cvise-1.9.0.ebuild
b/dev-util/cvise/cvise-1.9.0.ebuild
index ead00c52154..1ac16024614 100644
--- a/dev-util/cvise/cvise-1.9.0.ebuild
+++ b/dev-util/cvise/cvise-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,10 +19,9 @@ IUSE="test"
RESTRICT="!test? ( test )"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
-LLVM_MAX_SLOT=12
+LLVM_MAX_SLOT=11
DEPEND="
|| (
- sys-devel/clang:12
sys-devel/clang:11
sys-devel/clang:10
)
diff --git a/dev-util/cvise/cvise-2.0.0.ebuild
b/dev-util/cvise/cvise-2.0.0.ebuild
index 9ef3d7393de..82393105e7a 100644
--- a/dev-util/cvise/cvise-2.0.0.ebuild
+++ b/dev-util/cvise/cvise-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,10 +19,9 @@ IUSE="test"
RESTRICT="!test? ( test )"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
-LLVM_MAX_SLOT=12
+LLVM_MAX_SLOT=11
DEPEND="
|| (
- sys-devel/clang:12
sys-devel/clang:11
sys-devel/clang:10
)
diff --git a/dev-util/cvise/cvise-2.1.0.ebuild
b/dev-util/cvise/cvise-2.1.0.ebuild
index 11c99cb7378..4d7435abda6 100644
--- a/dev-util/cvise/cvise-2.1.0.ebuild
+++ b/dev-util/cvise/cvise-2.1.0.ebuild
@@ -19,10 +19,9 @@ IUSE="test"
RESTRICT="!test? ( test )"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
-LLVM_MAX_SLOT=12
+LLVM_MAX_SLOT=11
DEPEND="
|| (
- sys-devel/clang:12
sys-devel/clang:11
sys-devel/clang:10
)