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 BA18A1382C5 for ; Sun, 20 Dec 2020 11:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD842E0866; Sun, 20 Dec 2020 11:52:19 +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 9A312E0866 for ; Sun, 20 Dec 2020 11:52:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C53A53411A3 for ; Sun, 20 Dec 2020 11:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68CEFCB for ; Sun, 20 Dec 2020 11:52:17 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1608465066.c3eac9e29ec1497a31ff3281d5bd16aad134fe24.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject2setuppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproject2setuppy/pyproject2setuppy-9.ebuild X-VCS-Directories: dev-python/pyproject2setuppy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c3eac9e29ec1497a31ff3281d5bd16aad134fe24 X-VCS-Branch: master Date: Sun, 20 Dec 2020 11:52:17 +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: 53509cfa-e829-4eaf-99bf-cda0db245c06 X-Archives-Hash: d57ed50b2def6e44ae72ad9cbccb060b commit: c3eac9e29ec1497a31ff3281d5bd16aad134fe24 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 20 11:51:06 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 20 11:51:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3eac9e2 dev-python/pyproject2setuppy: Keyword 9 riscv, #757318 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/pyproject2setuppy/pyproject2setuppy-9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-9.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-9.ebuild index 70458e2ac4f..3ee2d749f83 100644 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-9.ebuild +++ b/dev-python/pyproject2setuppy/pyproject2setuppy-9.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]