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 342E7158020 for ; Sat, 17 Dec 2022 17:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F1FFE08AD; Sat, 17 Dec 2022 17:16:45 +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 33A30E08AD for ; Sat, 17 Dec 2022 17:16:45 +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 1C88333FEF1 for ; Sat, 17 Dec 2022 17:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B2776C for ; Sat, 17 Dec 2022 17:16:42 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1671297372.6e9bcec325596f0054b2d577d30095d20803ca0d.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/jupyter_core-5.1.0.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6e9bcec325596f0054b2d577d30095d20803ca0d X-VCS-Branch: master Date: Sat, 17 Dec 2022 17:16:42 +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: 348ab432-d9e5-4c43-8637-391be5cfdee9 X-Archives-Hash: 2e74acb1506dc3b2500173cba13d7921 commit: 6e9bcec325596f0054b2d577d30095d20803ca0d Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 17 17:15:56 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Dec 17 17:16:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9bcec3 dev-python/jupyter_core: keyword 5.1.0 for ~loong Closes: https://bugs.gentoo.org/886451 Signed-off-by: WANG Xuerui gentoo.org> dev-python/jupyter_core/jupyter_core-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter_core/jupyter_core-5.1.0.ebuild b/dev-python/jupyter_core/jupyter_core-5.1.0.ebuild index 0ffc23258a5a..f4bde818a87c 100644 --- a/dev-python/jupyter_core/jupyter_core-5.1.0.ebuild +++ b/dev-python/jupyter_core/jupyter_core-5.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]