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 B77BE15808F for ; Tue, 26 Apr 2022 22:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2358E0802; Tue, 26 Apr 2022 22:44:36 +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 BD880E0802 for ; Tue, 26 Apr 2022 22:44:36 +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 A1299341A2A for ; Tue, 26 Apr 2022 22:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B90A3B5 for ; Tue, 26 Apr 2022 22:44:34 +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: <1651013034.5b1e9db88da487f378ff413e559a0d6da812fe1a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspnego/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyspnego/pyspnego-0.5.1.ebuild X-VCS-Directories: dev-python/pyspnego/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b1e9db88da487f378ff413e559a0d6da812fe1a X-VCS-Branch: master Date: Tue, 26 Apr 2022 22:44:34 +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: 8232e205-b086-4a41-9ec3-3d603214fb69 X-Archives-Hash: 86f769a42414efe83447caf00e9cf5b1 commit: 5b1e9db88da487f378ff413e559a0d6da812fe1a Author: Sam James gentoo org> AuthorDate: Tue Apr 26 22:43:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 26 22:43:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1e9db8 dev-python/pyspnego: Stabilize 0.5.1 x86, #841083 Signed-off-by: Sam James gentoo.org> dev-python/pyspnego/pyspnego-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyspnego/pyspnego-0.5.1.ebuild b/dev-python/pyspnego/pyspnego-0.5.1.ebuild index e57ad48a13cf..261f1db15a3e 100644 --- a/dev-python/pyspnego/pyspnego-0.5.1.ebuild +++ b/dev-python/pyspnego/pyspnego-0.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}]