diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-09-23 16:26:19 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-09-23 16:26:19 +0200 |
commit | c0320786a7994c2a8b871b58da778af70df9eded (patch) | |
tree | b31c0445b293f05ee23ccffd37a1e109f3a93a31 /dev-python | |
parent | dev-python/lazy_ops: drop ~x86 (diff) | |
download | sci-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.ebuild | 2 |
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. |