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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75225158086 for ; Thu, 18 Nov 2021 08:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CBDAE0809; Thu, 18 Nov 2021 08:47:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 899B1E0809 for ; Thu, 18 Nov 2021 08:47:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92F6C342D21 for ; Thu, 18 Nov 2021 08:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35985164 for ; Thu, 18 Nov 2021 08:47:08 +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: <1637225222.aba21da2109fb5a3060481adb1b4d84f0cfb77f6.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-7.1.0.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: aba21da2109fb5a3060481adb1b4d84f0cfb77f6 X-VCS-Branch: master Date: Thu, 18 Nov 2021 08:47:08 +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: 79a4ca9f-0dc2-47a8-9329-cc3d684dbb96 X-Archives-Hash: b22e4855ee7c7f5173afcd21b1b29c3c commit: aba21da2109fb5a3060481adb1b4d84f0cfb77f6 Author: Marek Szuba gentoo org> AuthorDate: Thu Nov 18 08:46:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 18 08:47:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba21da2 dev-python/ipyparallel: keyword 7.1.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/ipyparallel/ipyparallel-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild index 74b78974c2fc..47c8c1801c45 100644 --- a/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild +++ b/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 sparc x86" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~riscv sparc x86" RDEPEND=" dev-python/entrypoints[${PYTHON_USEDEP}]