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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3662C1581F3 for ; Sun, 1 Dec 2024 11:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD64E0815; Sun, 1 Dec 2024 11:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A459E0815 for ; Sun, 1 Dec 2024 11:47:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6134341939 for ; Sun, 1 Dec 2024 11:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EAE11EC5 for ; Sun, 1 Dec 2024 11:47:18 +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: <1733053607.1aae6d1a534a636d106541368296c424222f6b06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/yamllint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/yamllint/yamllint-1.35.1.ebuild X-VCS-Directories: dev-util/yamllint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1aae6d1a534a636d106541368296c424222f6b06 X-VCS-Branch: master Date: Sun, 1 Dec 2024 11:47:18 +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: ad9c7b59-0dfb-4cd8-a043-af0ea7a9dd4d X-Archives-Hash: ffbfd565ab7e983b92a74cecb25d86e1 commit: 1aae6d1a534a636d106541368296c424222f6b06 Author: Sam James gentoo org> AuthorDate: Sun Dec 1 11:46:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 1 11:46:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aae6d1a dev-util/yamllint: Stabilize 1.35.1 ALLARCHES, #945539 Signed-off-by: Sam James gentoo.org> dev-util/yamllint/yamllint-1.35.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/yamllint/yamllint-1.35.1.ebuild b/dev-util/yamllint/yamllint-1.35.1.ebuild index af8d142349fa..c2e0684a0171 100644 --- a/dev-util/yamllint/yamllint-1.35.1.ebuild +++ b/dev-util/yamllint/yamllint-1.35.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.org/project/yamllint/ https://github.com/adrienverge/yaml LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=" >=dev-python/pathspec-0.5.3[${PYTHON_USEDEP}]