diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-25 17:17:31 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-25 17:19:17 +0100 |
commit | e2d4d210b24d8967ad58ed3bd0872b1413726e3b (patch) | |
tree | e779c715fca557a94bef68bc68acb2be450f205a /dev-python/tabulate | |
parent | dev-python/sentry-sdk: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug ... (diff) | |
download | gentoo-e2d4d210b24d8967ad58ed3bd0872b1413726e3b.tar.gz gentoo-e2d4d210b24d8967ad58ed3bd0872b1413726e3b.tar.bz2 gentoo-e2d4d210b24d8967ad58ed3bd0872b1413726e3b.zip |
dev-python/tabulate: amd64/x86 stable (ALLARCHES policy) wrt bug #778149
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.9.ebuild b/dev-python/tabulate/tabulate-0.8.9.ebuild index c71572c40741..a8028f272d89 100644 --- a/dev-python/tabulate/tabulate-0.8.9.ebuild +++ b/dev-python/tabulate/tabulate-0.8.9.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/python-${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}]" |