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, 03 Jun 2022 06:22:51
Message-Id: 1654237351.edacb369f28a2cce16054522652fe4b73224be8a.mgorny@gentoo
1 commit: edacb369f28a2cce16054522652fe4b73224be8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 06:22:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 06:22:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edacb369
7
8 dev-util/cvise: clang 14, py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/cvise/{cvise-2.4.0-r1.ebuild => cvise-2.4.0-r2.ebuild} | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/cvise/cvise-2.4.0-r1.ebuild b/dev-util/cvise/cvise-2.4.0-r2.ebuild
16 similarity index 94%
17 rename from dev-util/cvise/cvise-2.4.0-r1.ebuild
18 rename to dev-util/cvise/cvise-2.4.0-r2.ebuild
19 index 0641649ac1b3..b4f8bf341e0a 100644
20 --- a/dev-util/cvise/cvise-2.4.0-r1.ebuild
21 +++ b/dev-util/cvise/cvise-2.4.0-r2.ebuild
22 @@ -4,13 +4,15 @@
23 EAPI=7
24
25 : ${CMAKE_MAKEFILE_GENERATOR=ninja}
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28 +
29 inherit cmake llvm python-single-r1
30
31 DESCRIPTION="Super-parallel Python port of the C-Reduce"
32 HOMEPAGE="https://github.com/marxin/cvise/"
33 SRC_URI="
34 - https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 + https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz
36 +"
37
38 LICENSE="UoI-NCSA"
39 SLOT="0"
40 @@ -19,9 +21,10 @@ IUSE="test"
41 RESTRICT="!test? ( test )"
42 REQUIRED_USE=${PYTHON_REQUIRED_USE}
43
44 -LLVM_MAX_SLOT=13
45 +LLVM_MAX_SLOT=14
46 DEPEND="
47 || (
48 + sys-devel/clang:14
49 sys-devel/clang:13
50 sys-devel/clang:12
51 )