Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tabulate/
Date: Wed, 22 Jun 2022 18:37:54
Message-Id: 1655923059.21b757ede0d231b64de293b1e6e34d0c1f655b83.sam@gentoo
1 commit: 21b757ede0d231b64de293b1e6e34d0c1f655b83
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 22 18:36:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 22 18:37:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b757ed
7
8 dev-python/tabulate: Stabilize 0.8.9-r1 ALLARCHES, #853778
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/tabulate/tabulate-0.8.9-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/tabulate/tabulate-0.8.9-r1.ebuild b/dev-python/tabulate/tabulate-0.8.9-r1.ebuild
16 index 699b1e2f6b7c..8c3e9b4a5657 100644
17 --- a/dev-python/tabulate/tabulate-0.8.9-r1.ebuild
18 +++ b/dev-python/tabulate/tabulate-0.8.9-r1.ebuild
19 @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
20
21 SLOT="0"
22 LICENSE="MIT"
23 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="
27 dev-python/wcwidth[${PYTHON_USEDEP}]