diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-29 10:47:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-29 11:42:59 +0100 |
commit | 25953b38481adbd368d2a6a9350343147860b6b4 (patch) | |
tree | 56a83938342ed4dfa47cc05ba7999dd100cf3a37 /dev-util/cvise | |
parent | dev-python/hypothesis: Bump to 6.1.0 (diff) | |
download | gentoo-25953b38481adbd368d2a6a9350343147860b6b4.tar.gz gentoo-25953b38481adbd368d2a6a9350343147860b6b4.tar.bz2 gentoo-25953b38481adbd368d2a6a9350343147860b6b4.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/cvise')
-rw-r--r-- | dev-util/cvise/cvise-1.9.0.ebuild | 5 | ||||
-rw-r--r-- | dev-util/cvise/cvise-2.0.0.ebuild | 5 | ||||
-rw-r--r-- | 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 ead00c52154a..1ac160246146 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 9ef3d7393dea..82393105e7a9 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 11c99cb7378f..4d7435abda6f 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 ) |