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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29E321581EC for ; Sat, 23 Nov 2024 11:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F0AE087D; Sat, 23 Nov 2024 11:36:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D08BEE087B for ; Sat, 23 Nov 2024 11:36:26 +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 BECDD342FA1 for ; Sat, 23 Nov 2024 11:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EED9213D for ; Sat, 23 Nov 2024 11:36:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732361763.0d13a1aba0dc41f18ee1c5a6cca7384708100924.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild X-VCS-Directories: dev-python/spyder-notebook/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d13a1aba0dc41f18ee1c5a6cca7384708100924 X-VCS-Branch: master Date: Sat, 23 Nov 2024 11:36:22 +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: ece9fb45-a61f-4366-9c45-e65d2cc31765 X-Archives-Hash: 29b503e125e2ccbe0e7fbb604eab2fb9 commit: 0d13a1aba0dc41f18ee1c5a6cca7384708100924 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 20:02:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 23 11:36:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d13a1ab dev-python/spyder-notebook: unkeyword ~x86 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild | 2 +- dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild index ce8b954081b3..717b85838525 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/nbformat[${PYTHON_USEDEP}] diff --git a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild index 8ef64dc0b0a0..f10fbc400b95 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/nbformat[${PYTHON_USEDEP}]