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 4267913835A for ; Fri, 22 Jan 2021 16:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66263E0AF3; Fri, 22 Jan 2021 16:54:01 +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 4A748E0AF3 for ; Fri, 22 Jan 2021 16:54:01 +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 A72E8341119 for ; Fri, 22 Jan 2021 16:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7768D4A6 for ; Fri, 22 Jan 2021 16:53:56 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1611334334.45f23efed7a19962a93c84dc8517d9b9840a4bfb.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/solo-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/solo-python/solo-python-0.0.26.ebuild X-VCS-Directories: sys-auth/solo-python/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 45f23efed7a19962a93c84dc8517d9b9840a4bfb X-VCS-Branch: master Date: Fri, 22 Jan 2021 16:53:56 +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: b057b66d-ade2-43a4-a87d-f63205c91ce5 X-Archives-Hash: 6cfca474afc0f0f87b3abd39921f7b35 commit: 45f23efed7a19962a93c84dc8517d9b9840a4bfb Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jan 22 16:52:14 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jan 22 16:52:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f23efe sys-auth/solo-python: amd64 stable wrt bug #766501 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-auth/solo-python/solo-python-0.0.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/solo-python/solo-python-0.0.26.ebuild b/sys-auth/solo-python/solo-python-0.0.26.ebuild index df378e83b42..e818982ae30 100644 --- a/sys-auth/solo-python/solo-python-0.0.26.ebuild +++ b/sys-auth/solo-python/solo-python-0.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/solokeys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=">=dev-python/click-7.0.0[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}]