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 D68071382C5 for ; Fri, 18 Jun 2021 01:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01F07E0802; Fri, 18 Jun 2021 01:35:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CC658E0802 for ; Fri, 18 Jun 2021 01:35:06 +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 1F5C3335C9A for ; Fri, 18 Jun 2021 01:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 781FB7A4 for ; Fri, 18 Jun 2021 01:35:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623980093.32a565ea6620e8ef7f354e4157465fafa8b35716.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-9999.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32a565ea6620e8ef7f354e4157465fafa8b35716 X-VCS-Branch: master Date: Fri, 18 Jun 2021 01:35:03 +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: 9b45c96c-f915-4dc7-9394-b62ae9e11aa2 X-Archives-Hash: 2f2cce394784f9ade3943460cd0e5064 commit: 32a565ea6620e8ef7f354e4157465fafa8b35716 Author: Sam James gentoo org> AuthorDate: Fri Jun 18 01:34:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 18 01:34:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a565ea dev-python/flask: sync live Closes: https://bugs.gentoo.org/701140 Signed-off-by: Sam James gentoo.org> dev-python/flask/flask-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild index aa5080465c2..662b9a88046 100644 --- a/dev-python/flask/flask-9999.ebuild +++ b/dev-python/flask/flask-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" S="${WORKDIR}/${MY_P}" fi @@ -34,7 +34,7 @@ BDEPEND=" >=dev-python/asgiref-3.2[${PYTHON_USEDEP}] )" -distutils_enable_sphinx docs +distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet distutils_enable_tests pytest python_test() {