aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-09-23 16:26:19 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-09-23 16:26:19 +0200
commitc0320786a7994c2a8b871b58da778af70df9eded (patch)
treeb31c0445b293f05ee23ccffd37a1e109f3a93a31 /dev-python
parentdev-python/lazy_ops: drop ~x86 (diff)
downloadsci-c0320786a7994c2a8b871b58da778af70df9eded.tar.gz
sci-c0320786a7994c2a8b871b58da778af70df9eded.tar.bz2
sci-c0320786a7994c2a8b871b58da778af70df9eded.zip
dev-python/panel: drop ~x86
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/panel/panel-0.14.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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.