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 24BE415800A for ; Mon, 14 Aug 2023 22:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C282BC020; Mon, 14 Aug 2023 22:07:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0D892BC020 for ; Mon, 14 Aug 2023 22:07:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB55B340DFE for ; Mon, 14 Aug 2023 22:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36231FA2 for ; Mon, 14 Aug 2023 22:07:21 +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: <1692050836.b68a05fac0444c4b66af079e539b3b1a6de24259.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flasgger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flasgger/flasgger-0.9.7.1.ebuild X-VCS-Directories: dev-python/flasgger/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b68a05fac0444c4b66af079e539b3b1a6de24259 X-VCS-Branch: master Date: Mon, 14 Aug 2023 22:07:21 +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: 5bae6077-e199-404d-a858-f82d083b50f5 X-Archives-Hash: 787e49f3ea12377bea855db250bd4511 commit: b68a05fac0444c4b66af079e539b3b1a6de24259 Author: Jakov Smolić gentoo org> AuthorDate: Mon Aug 14 22:07:16 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Aug 14 22:07:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68a05fa dev-python/flasgger: Keyword 0.9.7.1 riscv, #912056 Signed-off-by: Jakov Smolić gentoo.org> dev-python/flasgger/flasgger-0.9.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flasgger/flasgger-0.9.7.1.ebuild b/dev-python/flasgger/flasgger-0.9.7.1.ebuild index 959661d65ba0..43a65b7c1541 100644 --- a/dev-python/flasgger/flasgger-0.9.7.1.ebuild +++ b/dev-python/flasgger/flasgger-0.9.7.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~s390 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~s390 ~sparc" RDEPEND=" >=dev-python/flask-0.10[${PYTHON_USEDEP}]