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 8968D139360 for ; Wed, 4 Aug 2021 21:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B93FBE0975; Wed, 4 Aug 2021 21:57:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A1D9AE0975 for ; Wed, 4 Aug 2021 21:57:51 +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 8F0CD342D46 for ; Wed, 4 Aug 2021 21:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E2A0857 for ; Wed, 4 Aug 2021 21:57:49 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628114263.b846fd6a595917f13ec3c4ad7153d8bbcee5d749.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-2.0.1-r1.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b846fd6a595917f13ec3c4ad7153d8bbcee5d749 X-VCS-Branch: master Date: Wed, 4 Aug 2021 21:57:49 +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: 51253a97-37cc-4bc6-8b99-45b925e4871d X-Archives-Hash: 01f6a725659858d4b70f6d5673fd4110 commit: b846fd6a595917f13ec3c4ad7153d8bbcee5d749 Author: Marek Szuba gentoo org> AuthorDate: Wed Aug 4 21:57:18 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 4 21:57:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b846fd6a dev-python/flask: keyword 2.0.1-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/flask/flask-2.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask/flask-2.0.1-r1.ebuild b/dev-python/flask/flask-2.0.1-r1.ebuild index ad0a2c7da03..555b29c6025 100644 --- a/dev-python/flask/flask-2.0.1-r1.ebuild +++ b/dev-python/flask/flask-2.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions" @@ -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 ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" S="${WORKDIR}/${MY_P}" fi