From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2E3B158091 for ; Fri, 3 Jun 2022 06:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FCB8E07EF; Fri, 3 Jun 2022 06:22:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1342E07EF for ; Fri, 3 Jun 2022 06:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73952342526 for ; Fri, 3 Jun 2022 06:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56C33326 for ; Fri, 3 Jun 2022 06:22:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1654237351.edacb369f28a2cce16054522652fe4b73224be8a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cvise/cvise-2.4.0-r1.ebuild dev-util/cvise/cvise-2.4.0-r2.ebuild X-VCS-Directories: dev-util/cvise/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: edacb369f28a2cce16054522652fe4b73224be8a X-VCS-Branch: master Date: Fri, 3 Jun 2022 06:22:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 024b102b-8465-45da-8129-a1a9ac8c6b2b X-Archives-Hash: ee83ba9937fd4ec0684bb84343eac862 commit: edacb369f28a2cce16054522652fe4b73224be8a Author: Michał Górny gentoo org> AuthorDate: Fri Jun 3 06:22:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 3 06:22:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edacb369 dev-util/cvise: clang 14, py3.11 Signed-off-by: Michał Górny gentoo.org> dev-util/cvise/{cvise-2.4.0-r1.ebuild => cvise-2.4.0-r2.ebuild} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/cvise/cvise-2.4.0-r1.ebuild b/dev-util/cvise/cvise-2.4.0-r2.ebuild similarity index 94% rename from dev-util/cvise/cvise-2.4.0-r1.ebuild rename to dev-util/cvise/cvise-2.4.0-r2.ebuild index 0641649ac1b3..b4f8bf341e0a 100644 --- a/dev-util/cvise/cvise-2.4.0-r1.ebuild +++ b/dev-util/cvise/cvise-2.4.0-r2.ebuild @@ -4,13 +4,15 @@ EAPI=7 : ${CMAKE_MAKEFILE_GENERATOR=ninja} -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) + inherit cmake llvm python-single-r1 DESCRIPTION="Super-parallel Python port of the C-Reduce" HOMEPAGE="https://github.com/marxin/cvise/" SRC_URI=" - https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz" + https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz +" LICENSE="UoI-NCSA" SLOT="0" @@ -19,9 +21,10 @@ IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE=${PYTHON_REQUIRED_USE} -LLVM_MAX_SLOT=13 +LLVM_MAX_SLOT=14 DEPEND=" || ( + sys-devel/clang:14 sys-devel/clang:13 sys-devel/clang:12 )