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 955AF158086 for ; Thu, 30 Dec 2021 20:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B5222BC002; Thu, 30 Dec 2021 20:06:57 +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 84EA22BC002 for ; Thu, 30 Dec 2021 20:06:56 +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 7392A342EA5 for ; Thu, 30 Dec 2021 20:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2964272 for ; Thu, 30 Dec 2021 20:06:49 +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: <1640894793.6708ba3fa1e16ee4da1c2b1af3ae8a55fceb573a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/keyring-23.4.0.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6708ba3fa1e16ee4da1c2b1af3ae8a55fceb573a X-VCS-Branch: master Date: Thu, 30 Dec 2021 20:06:49 +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: b8a75841-4c62-4f69-b7e8-02c5b430a6af X-Archives-Hash: 064893b6f16cce6b0b0b3c6d30ddc76b commit: 6708ba3fa1e16ee4da1c2b1af3ae8a55fceb573a Author: Arthur Zamarin gentoo org> AuthorDate: Thu Dec 30 20:06:33 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 30 20:06:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6708ba3f dev-python/keyring: Stabilize 23.4.0 ALLARCHES, #830319 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/keyring/keyring-23.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keyring/keyring-23.4.0.ebuild b/dev-python/keyring/keyring-23.4.0.ebuild index dced4d33c0b0..f96cd174d7d8 100644 --- a/dev-python/keyring/keyring-23.4.0.ebuild +++ b/dev-python/keyring/keyring-23.4.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="PSF-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos" RDEPEND=" dev-python/secretstorage[${PYTHON_USEDEP}]