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 4F516158083 for ; Mon, 23 Sep 2024 14:28:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD2BE2A31; Mon, 23 Sep 2024 14:28:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1CB49E2A31 for ; Mon, 23 Sep 2024 14:28:04 +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 5D7C33434C1 for ; Mon, 23 Sep 2024 14:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB05A27FC for ; Mon, 23 Sep 2024 14:28:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727101579.c0320786a7994c2a8b871b58da778af70df9eded.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/panel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/panel/panel-0.14.2-r1.ebuild X-VCS-Directories: dev-python/panel/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c0320786a7994c2a8b871b58da778af70df9eded X-VCS-Branch: master Date: Mon, 23 Sep 2024 14:28:01 +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: acae48f8-1c78-4b3a-93d9-7afe8d6e473a X-Archives-Hash: b1220b964275360c7ff14da27d1f83ee commit: c0320786a7994c2a8b871b58da778af70df9eded Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 23 14:26:19 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 23 14:26:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0320786 dev-python/panel: drop ~x86 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/panel/panel-0.14.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/panel/panel-0.14.2-r1.ebuild b/dev-python/panel/panel-0.14.2-r1.ebuild index 4674f8161..27ae0d568 100644 --- a/dev-python/panel/panel-0.14.2-r1.ebuild +++ b/dev-python/panel/panel-0.14.2-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://panel.holoviz.org" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" # "setup.py" imports from Bokeh to rebuild Node.js packages, but we patch that # away below. Our patched Panel thus requires Bokeh only at runtime.