diff options
author | 2022-06-22 19:36:13 +0100 | |
---|---|---|
committer | 2022-06-22 19:37:39 +0100 | |
commit | 21b757ede0d231b64de293b1e6e34d0c1f655b83 (patch) | |
tree | 43e0dc0dac3a03de6da49229c40ea5d9f1661c09 /dev-python/tabulate | |
parent | dev-python/tenacity: Stabilize 8.0.1-r1 ALLARCHES, #853775 (diff) | |
download | gentoo-21b757ede0d231b64de293b1e6e34d0c1f655b83.tar.gz gentoo-21b757ede0d231b64de293b1e6e34d0c1f655b83.tar.bz2 gentoo-21b757ede0d231b64de293b1e6e34d0c1f655b83.zip |
dev-python/tabulate: Stabilize 0.8.9-r1 ALLARCHES, #853778
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.9-r1.ebuild b/dev-python/tabulate/tabulate-0.8.9-r1.ebuild index 699b1e2f6b7c..8c3e9b4a5657 100644 --- a/dev-python/tabulate/tabulate-0.8.9-r1.ebuild +++ b/dev-python/tabulate/tabulate-0.8.9-r1.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}] |