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 963EF158232 for ; Tue, 10 Dec 2024 04:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B6BE0978; Tue, 10 Dec 2024 04:30:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C57D9E0978 for ; Tue, 10 Dec 2024 04:30:28 +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 BDA073430F8 for ; Tue, 10 Dec 2024 04:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8AB7EE7 for ; Tue, 10 Dec 2024 04:30:24 +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: <1733805010.314b06ea2f5f5a05c3d15525c7822763dff204e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libcst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libcst/libcst-1.5.1.ebuild X-VCS-Directories: dev-python/libcst/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 314b06ea2f5f5a05c3d15525c7822763dff204e3 X-VCS-Branch: master Date: Tue, 10 Dec 2024 04:30:24 +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: a3271aff-c5d0-4d67-ab3d-09de16cd0282 X-Archives-Hash: 70acffa35c7f7fcd93787ce76491b28d commit: 314b06ea2f5f5a05c3d15525c7822763dff204e3 Author: Sam James gentoo org> AuthorDate: Tue Dec 10 04:30:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 10 04:30:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314b06ea dev-python/libcst: Stabilize 1.5.1 amd64, #946006 Signed-off-by: Sam James gentoo.org> dev-python/libcst/libcst-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libcst/libcst-1.5.1.ebuild b/dev-python/libcst/libcst-1.5.1.ebuild index c61b6fd82764..c102d5e0a70c 100644 --- a/dev-python/libcst/libcst-1.5.1.ebuild +++ b/dev-python/libcst/libcst-1.5.1.ebuild @@ -142,7 +142,7 @@ LICENSE="MIT Apache-2.0 PSF-2" # Dependent crate licenses LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" RDEPEND=" >=dev-python/pyyaml-5.2[${PYTHON_USEDEP}]