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 1277115808B for ; Thu, 24 Mar 2022 22:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51585E08BF; Thu, 24 Mar 2022 22:50:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3DE89E08BF for ; Thu, 24 Mar 2022 22:50:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 88B4A34330B for ; Thu, 24 Mar 2022 22:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18469352 for ; Thu, 24 Mar 2022 22:50:54 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1648162051.2c4e33672f1f7825f5d69b9f8d50065356f28537.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-security/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-security/flask-security-4.1.3.ebuild X-VCS-Directories: dev-python/flask-security/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2c4e33672f1f7825f5d69b9f8d50065356f28537 X-VCS-Branch: master Date: Thu, 24 Mar 2022 22:50:54 +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: 1b49e1fa-8c88-4a0c-a84e-06d8b699a700 X-Archives-Hash: 2ed0d5198fb4357b4dfc3c90f4541a1d commit: 2c4e33672f1f7825f5d69b9f8d50065356f28537 Author: Yu Gu gmail com> AuthorDate: Wed Mar 23 15:32:43 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Mar 24 22:47:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4e3367 dev-python/flask-security: keyword 4.1.3 for ~riscv Signed-off-by: Yu Gu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24727 Signed-off-by: Jakov Smolić gentoo.org> dev-python/flask-security/flask-security-4.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-security/flask-security-4.1.3.ebuild b/dev-python/flask-security/flask-security-4.1.3.ebuild index d179a41755a8..7461c5995d62 100644 --- a/dev-python/flask-security/flask-security-4.1.3.ebuild +++ b/dev-python/flask-security/flask-security-4.1.3.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" RDEPEND=" >=dev-python/bleach-3.3.1[${PYTHON_USEDEP}]