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 96414158088 for ; Sat, 15 Jan 2022 11:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A2752BC005; Sat, 15 Jan 2022 11:41:25 +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 645D02BC005 for ; Sat, 15 Jan 2022 11:41:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 261FB343311 for ; Sat, 15 Jan 2022 11:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B1152A2 for ; Sat, 15 Jan 2022 11:41:21 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1642246811.7f6ee39d392aef1d2b0146b6fbbdba4bbd0e74b9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-8.0.0-r1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7f6ee39d392aef1d2b0146b6fbbdba4bbd0e74b9 X-VCS-Branch: master Date: Sat, 15 Jan 2022 11:41:21 +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: e12bbd8f-62d8-4fb1-be88-60dd8233bc47 X-Archives-Hash: 4ffb9cd571e18355e61829e0e6dc1ff5 commit: 7f6ee39d392aef1d2b0146b6fbbdba4bbd0e74b9 Author: Alex Fan gmail com> AuthorDate: Sat Jan 15 11:20:54 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Jan 15 11:40:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6ee39d dev-python/ipython: keyword 8.0.0-r1 for ~riscv #808378 Closes: https://github.com/gentoo/gentoo/pull/23786 Signed-off-by: Alex Fan gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-python/ipython/ipython-8.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipython/ipython-8.0.0-r1.ebuild b/dev-python/ipython/ipython-8.0.0-r1.ebuild index de83a81d4410..28e1e1885dc1 100644 --- a/dev-python/ipython/ipython-8.0.0-r1.ebuild +++ b/dev-python/ipython/ipython-8.0.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64" +KEYWORDS="~amd64 ~arm64 ~ia64 ~riscv" IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test" RESTRICT="!test? ( test )"