commit: 27884c03771f6cd0a6ebebbe2cb93d3db30996af Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Oct 8 05:58:35 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 06:25:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27884c03
dev-python/texttable: stabilize 1.6.3 on x86 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/texttable/texttable-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/texttable/texttable-1.6.3.ebuild b/dev-python/texttable/texttable-1.6.3.ebuild index 16349f82863..c7de9a1c120 100644 --- a/dev-python/texttable/texttable-1.6.3.ebuild +++ b/dev-python/texttable/texttable-1.6.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/foutaise/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"