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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49AF9138359 for ; Sat, 11 Jul 2020 08:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87573E0814; Sat, 11 Jul 2020 08:39:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D22DE0814 for ; Sat, 11 Jul 2020 08:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 623CC34F607 for ; Sat, 11 Jul 2020 08:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338862D6 for ; Sat, 11 Jul 2020 08:39:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1594456751.cbd5a09bda1744e550eb91d195e8f66c9a65566e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/secretstorage/secretstorage-3.1.2.ebuild X-VCS-Directories: dev-python/secretstorage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbd5a09bda1744e550eb91d195e8f66c9a65566e X-VCS-Branch: master Date: Sat, 11 Jul 2020 08:39:17 +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: 00600aee-d0a3-4a00-800e-624270f6b0da X-Archives-Hash: 37de3f55f4d82a6620f4a0641f4776e4 commit: cbd5a09bda1744e550eb91d195e8f66c9a65566e Author: Michał Górny gentoo org> AuthorDate: Sat Jul 11 08:27:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 08:39:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd5a09b dev-python/secretstorage: Stabilize 3.1.2 ALLARCHES, #731570 Signed-off-by: Michał Górny gentoo.org> dev-python/secretstorage/secretstorage-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild index 16c2b55f547..a7f6e63fccd 100644 --- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}]