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 4EAB0158094 for ; Wed, 5 Oct 2022 11:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 608FAE0909; Wed, 5 Oct 2022 11:35:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36729E0900 for ; Wed, 5 Oct 2022 11:35:33 +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 43F3133BE33 for ; Wed, 5 Oct 2022 11:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1AA0613 for ; Wed, 5 Oct 2022 11:35:29 +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: <1664969660.ba3e77d2b3c5a7459e24747776e2511d30af4ed6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bcrypt/bcrypt-4.0.0.ebuild X-VCS-Directories: dev-python/bcrypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba3e77d2b3c5a7459e24747776e2511d30af4ed6 X-VCS-Branch: master Date: Wed, 5 Oct 2022 11:35:29 +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: 15575199-2ee6-4f73-b98f-38dc4ec8938b X-Archives-Hash: b993e6d1e81323c8fa4e6f3cf96b83c2 commit: ba3e77d2b3c5a7459e24747776e2511d30af4ed6 Author: Sam James gentoo org> AuthorDate: Wed Oct 5 11:34:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 5 11:34:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3e77d2 dev-python/bcrypt: Stabilize 4.0.0 amd64, #875314 Signed-off-by: Sam James gentoo.org> dev-python/bcrypt/bcrypt-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bcrypt/bcrypt-4.0.0.ebuild b/dev-python/bcrypt/bcrypt-4.0.0.ebuild index d1b9c7f2bde5..f910b967f0ad 100644 --- a/dev-python/bcrypt/bcrypt-4.0.0.ebuild +++ b/dev-python/bcrypt/bcrypt-4.0.0.ebuild @@ -74,7 +74,7 @@ SLOT="0" LICENSE="Apache-2.0" LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016" LICENSE+=" Unlicense" -KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}]