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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51DE21581F0 for ; Thu, 12 Dec 2024 11:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D61E09DF; Thu, 12 Dec 2024 11:57:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7D36EE0A9E for ; Thu, 12 Dec 2024 11:57:58 +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 4F3CA340BEA for ; Thu, 12 Dec 2024 11:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 886E8AF5 for ; Thu, 12 Dec 2024 11:57:55 +0000 (UTC) From: "Paul Zander" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Zander" Message-ID: <1734004415.26629846c52f229664a22758ee3acf90c662e44b.negril.nx+gentoo@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/cymbal/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/cymbal/cymbal-1.0.0.ebuild X-VCS-Directories: dev-python/cymbal/ X-VCS-Committer: negril.nx+gentoo X-VCS-Committer-Name: Paul Zander X-VCS-Revision: 26629846c52f229664a22758ee3acf90c662e44b X-VCS-Branch: master Date: Thu, 12 Dec 2024 11:57:55 +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: 5ce06fa3-6591-4b10-a1ab-f4c3fc6f7886 X-Archives-Hash: 97d572f0a3203c33fb6ab1ba10d5d177 commit: 26629846c52f229664a22758ee3acf90c662e44b Author: Paul Zander gmail com> AuthorDate: Thu Dec 12 11:53:35 2024 +0000 Commit: Paul Zander gmail com> CommitDate: Thu Dec 12 11:53:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=26629846 move dev-python/clang{-python,} Signed-off-by: Paul Zander gmail.com> dev-python/cymbal/cymbal-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cymbal/cymbal-1.0.0.ebuild b/dev-python/cymbal/cymbal-1.0.0.ebuild index c5d9eec8e..820857c7c 100644 --- a/dev-python/cymbal/cymbal-1.0.0.ebuild +++ b/dev-python/cymbal/cymbal-1.0.0.ebuild @@ -13,7 +13,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-python/clang-python[${PYTHON_USEDEP}]" +DEPEND="dev-python/clang[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" distutils_enable_tests pytest