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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A182C158089 for ; Sat, 9 Sep 2023 10:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F742BC01E; Sat, 9 Sep 2023 10:12:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9BCE2BC01E for ; Sat, 9 Sep 2023 10:12:20 +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 C95EE335CB4 for ; Sat, 9 Sep 2023 10:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010E0EA2 for ; Sat, 9 Sep 2023 10:12:18 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1694254327.dbb9784151a07aeca2d01eda6be47b29fc10671e.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: dbb9784151a07aeca2d01eda6be47b29fc10671e X-VCS-Branch: master Date: Sat, 9 Sep 2023 10:12:18 +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: 30f2ca3c-2431-4d6d-acec-5266cbf67f58 X-Archives-Hash: 394db12bcfd7685751e52fc15fb52834 commit: dbb9784151a07aeca2d01eda6be47b29fc10671e Author: WANG Xuerui gentoo org> AuthorDate: Sat Sep 9 10:11:58 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Sep 9 10:12:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb97841 dev-python/flasgger: keyword 0.9.7.1 for ~loong Bug: https://bugs.gentoo.org/912056 Signed-off-by: WANG Xuerui 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 40e363ed5563..34069c588555 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 ~ppc ~riscv ~s390 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv ~s390 ~sparc" RDEPEND=" >=dev-python/flask-0.10[${PYTHON_USEDEP}]