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 C2B05158090 for ; Thu, 12 May 2022 18:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7E5E0932; Thu, 12 May 2022 18:33:35 +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 C5A65E0932 for ; Thu, 12 May 2022 18:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C0C2E34140B for ; Thu, 12 May 2022 18:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1FF448 for ; Thu, 12 May 2022 18:33:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652380403.8dae3b20d22eef50d708b547a11000962b2c0106.sam@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.ebuild X-VCS-Directories: dev-util/cvise/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8dae3b20d22eef50d708b547a11000962b2c0106 X-VCS-Branch: master Date: Thu, 12 May 2022 18:33:33 +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: 64448d5f-4e14-4e93-bac0-f45f5650c816 X-Archives-Hash: ea6bf26e2993e685ea240af01e8bb6a6 commit: 8dae3b20d22eef50d708b547a11000962b2c0106 Author: Sam James gentoo org> AuthorDate: Thu May 12 18:32:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 12 18:33:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dae3b20 dev-util/cvise: fix Python shebang on cvise Also, drop obsolete LLVM impls. Signed-off-by: Sam James gentoo.org> dev-util/cvise/{cvise-2.4.0.ebuild => cvise-2.4.0-r1.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-util/cvise/cvise-2.4.0.ebuild b/dev-util/cvise/cvise-2.4.0-r1.ebuild similarity index 91% rename from dev-util/cvise/cvise-2.4.0.ebuild rename to dev-util/cvise/cvise-2.4.0-r1.ebuild index f1901e09417d..0da34e94e399 100644 --- a/dev-util/cvise/cvise-2.4.0.ebuild +++ b/dev-util/cvise/cvise-2.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,8 +24,6 @@ DEPEND=" || ( sys-devel/clang:13 sys-devel/clang:12 - sys-devel/clang:11 - sys-devel/clang:10 )