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 F1F5015808C for ; Mon, 21 Feb 2022 11:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DADEDE0968; Mon, 21 Feb 2022 11:34:21 +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 B768AE0968 for ; Mon, 21 Feb 2022 11:34:21 +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 72BD734370D for ; Mon, 21 Feb 2022 11:34:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0CC42E0 for ; Mon, 21 Feb 2022 11:34:18 +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: <1645441417.353c7bf1972f96091b1557f68e91d73b65413fac.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipyparallel/ipyparallel-8.2.0.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 353c7bf1972f96091b1557f68e91d73b65413fac X-VCS-Branch: master Date: Mon, 21 Feb 2022 11:34: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: 44c2fc02-a66e-465d-a7d7-b641f7dcfffb X-Archives-Hash: 4f90c8c19ff57a826e5575ac49df8827 commit: 353c7bf1972f96091b1557f68e91d73b65413fac Author: Marek Szuba gentoo org> AuthorDate: Mon Feb 21 11:03:33 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Feb 21 11:03:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353c7bf1 dev-python/ipyparallel: keyword 8.2.0 for ~riscv Oops, forgot to actually commit this. Signed-off-by: Marek Szuba gentoo.org> dev-python/ipyparallel/ipyparallel-8.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild index 6b1dea026f65..3400b590f254 100644 --- a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild +++ b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" dev-python/entrypoints[${PYTHON_USEDEP}]