diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-28 21:09:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-28 21:48:53 +0200 |
commit | 4efce2a4d8b8ea7bec420206f15a6a12bf0c00b8 (patch) | |
tree | 2a635da0b5ed35a80f86d7f0482f3ce93cd20554 /dev-python/plotly | |
parent | dev-python/statsmodels: unkeyword for ~arm, ~ppc, ~x86 (diff) | |
download | gentoo-4efce2a4d8b8ea7bec420206f15a6a12bf0c00b8.tar.gz gentoo-4efce2a4d8b8ea7bec420206f15a6a12bf0c00b8.tar.bz2 gentoo-4efce2a4d8b8ea7bec420206f15a6a12bf0c00b8.zip |
dev-python/plotly: unkeyword for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/plotly')
-rw-r--r-- | dev-python/plotly/plotly-5.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plotly/plotly-5.19.0.ebuild b/dev-python/plotly/plotly-5.19.0.ebuild index ded586e2d189..2c2275a52891 100644 --- a/dev-python/plotly/plotly-5.19.0.ebuild +++ b/dev-python/plotly/plotly-5.19.0.ebuild @@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}/packages/python/plotly" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] |