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/texttable/
Date: Sat, 05 Sep 2020 00:29:54
Message-Id: 1599265297.b7a77d4e32d4431ebb7a802324e6dc609d470a2a.sam@gentoo
1 commit: b7a77d4e32d4431ebb7a802324e6dc609d470a2a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 00:21:37 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 00:21:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a77d4e
7
8 dev-python/texttable: Keyword 1.6.2-r1 arm64, #728684
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/texttable/texttable-1.6.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/texttable/texttable-1.6.2-r1.ebuild b/dev-python/texttable/texttable-1.6.2-r1.ebuild
16 index 9a89499c020..e45855712e2 100644
17 --- a/dev-python/texttable/texttable-1.6.2-r1.ebuild
18 +++ b/dev-python/texttable/texttable-1.6.2-r1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/foutaise/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25
26 RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"