From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1563005-garchives=archives.gentoo.org@lists.gentoo.org>
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 D653A158089
	for <garchives@archives.gentoo.org>; Sun, 15 Oct 2023 15:46:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 124152BC019;
	Sun, 15 Oct 2023 15:46:41 +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 F0EDA2BC019
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Oct 2023 15:46:40 +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 3C1EC335CA6
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Oct 2023 15:46:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8813B11E0
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Oct 2023 15:46:37 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1697384544.55d919fb8855a83016ca2276186fa266cda4fd73.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notebook/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/notebook/notebook-6.5.4-r1.ebuild
X-VCS-Directories: dev-python/notebook/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 55d919fb8855a83016ca2276186fa266cda4fd73
X-VCS-Branch: master
Date: Sun, 15 Oct 2023 15:46:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d8f72281-0e13-41d9-a757-e81e665da249
X-Archives-Hash: 1b2ca1c02948db5b559772759962a0e2

commit:     55d919fb8855a83016ca2276186fa266cda4fd73
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 15:41:43 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 15:42:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d919fb

dev-python/notebook: Sync kw in 6* to 7*

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/notebook/notebook-6.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook/notebook-6.5.4-r1.ebuild b/dev-python/notebook/notebook-6.5.4-r1.ebuild
index 2b36143194c9..70924ae3134a 100644
--- a/dev-python/notebook/notebook-6.5.4-r1.ebuild
+++ b/dev-python/notebook/notebook-6.5.4-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
 	<dev-libs/mathjax-3