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 3610B158041 for ; Wed, 6 Mar 2024 09:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D3CE2A0A; Wed, 6 Mar 2024 09:52:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 14D9CE2A0A for ; Wed, 6 Mar 2024 09:52:11 +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 19BAF342FF8 for ; Wed, 6 Mar 2024 09:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6198614E8 for ; Wed, 6 Mar 2024 09:52:08 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1709718724.3d006fa16e6a8cc29ea2ddd43913f41f16c94e81.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter/jupyter-1.0.0-r4.ebuild X-VCS-Directories: dev-python/jupyter/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 3d006fa16e6a8cc29ea2ddd43913f41f16c94e81 X-VCS-Branch: master Date: Wed, 6 Mar 2024 09:52: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: ea23105f-ca49-48e4-b7c8-700e8befe3d6 X-Archives-Hash: 63b36fe3cfa4f38ca46d155b43f23f53 commit: 3d006fa16e6a8cc29ea2ddd43913f41f16c94e81 Author: Jakov Smolić gentoo org> AuthorDate: Wed Mar 6 09:52:04 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Mar 6 09:52:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d006fa1 dev-python/jupyter: Keyword 1.0.0-r4 riscv, #907329 Signed-off-by: Jakov Smolić gentoo.org> dev-python/jupyter/jupyter-1.0.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild index 7d40d7733b05..8262bd0d987e 100644 --- a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild +++ b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI+=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" RDEPEND=" dev-python/notebook[${PYTHON_USEDEP}]