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 9148D1580B2 for ; Thu, 2 Sep 2021 17:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD06FE09D4; Thu, 2 Sep 2021 17:06:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7EBACE09D4 for ; Thu, 2 Sep 2021 17:06:03 +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 9B17433FA71 for ; Thu, 2 Sep 2021 17:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D14AB for ; Thu, 2 Sep 2021 17:06:00 +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: <1630602344.74eb1bbf17c02eddaee0b5b7d0683019c552c9d9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-context/jaraco-context-4.0.0.ebuild X-VCS-Directories: dev-python/jaraco-context/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 74eb1bbf17c02eddaee0b5b7d0683019c552c9d9 X-VCS-Branch: master Date: Thu, 2 Sep 2021 17:06:00 +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: 3ff99913-1edf-4d45-bafe-bf8f3a6c78bf X-Archives-Hash: 732e01522ae718459c9263961dd35707 commit: 74eb1bbf17c02eddaee0b5b7d0683019c552c9d9 Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 2 16:18:03 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 2 17:05:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eb1bbf dev-python/jaraco-context: keyword 4.0.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/jaraco-context/jaraco-context-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild b/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild index e50f1ba6cc8..702ff2406a6 100644 --- a/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild +++ b/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]