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 2A894138359 for ; Thu, 12 Nov 2020 22:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8121FE091D; Thu, 12 Nov 2020 22:54:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 67A36E0919 for ; Thu, 12 Nov 2020 22:54:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B5C034103B for ; Thu, 12 Nov 2020 22:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872BF468 for ; Thu, 12 Nov 2020 22:54:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1605221685.e693465d22f12bdf592b98a0dbabebc96130f52b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jwcrypto/jwcrypto-0.8.0.ebuild X-VCS-Directories: dev-python/jwcrypto/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e693465d22f12bdf592b98a0dbabebc96130f52b X-VCS-Branch: master Date: Thu, 12 Nov 2020 22:54:51 +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: 12de108f-7ce5-4dac-9b21-7501e4b1b2e0 X-Archives-Hash: 7969864876644069676e5dceea605f1d commit: e693465d22f12bdf592b98a0dbabebc96130f52b Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 12 22:54:09 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 12 22:54:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e693465d dev-python/jwcrypto: x86 stable (bug #752321) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/jwcrypto/jwcrypto-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild index c7cc628bddb..f14875a813f 100644 --- a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild +++ b/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=">=dev-python/cryptography-2.3[${PYTHON_USEDEP}]"