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 B649E15808B for ; Fri, 18 Mar 2022 14:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEE42E07EF; Fri, 18 Mar 2022 14:41:24 +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 C154BE07EF for ; Fri, 18 Mar 2022 14:41:24 +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 BE0FC343205 for ; Fri, 18 Mar 2022 14:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 344111BD for ; Fri, 18 Mar 2022 14:41:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1647614468.3f47cbf26578250365d14280afffb4a7cb08ca1d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filelock/filelock-3.5.0.ebuild X-VCS-Directories: dev-python/filelock/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3f47cbf26578250365d14280afffb4a7cb08ca1d X-VCS-Branch: master Date: Fri, 18 Mar 2022 14:41:22 +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: 6e4e5201-4b8a-4356-8443-51f6e0307b53 X-Archives-Hash: 809b53a328105f8f3a2702d7f32f8215 commit: 3f47cbf26578250365d14280afffb4a7cb08ca1d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 18 14:41:08 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 18 14:41:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f47cbf2 dev-python/filelock: Stabilize 3.5.0 ALLARCHES, #835546 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/filelock/filelock-3.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filelock/filelock-3.5.0.ebuild b/dev-python/filelock/filelock-3.5.0.ebuild index 8f33f233cea9..0f615573ed59 100644 --- a/dev-python/filelock/filelock-3.5.0.ebuild +++ b/dev-python/filelock/filelock-3.5.0.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" BDEPEND=" test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"