commit: ae5f8d1ad3ad985c94daad13b0ee7bcf6dbe1577 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 17:28:33 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 17:47:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5f8d1a
dev-python/texttable: stabilize 1.6.2 on amd64 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/texttable/texttable-1.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild index 8e71345d289..0cd031bbb7b 100644 --- a/dev-python/texttable/texttable-1.6.2.ebuild +++ b/dev-python/texttable/texttable-1.6.2.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 ~x86" +KEYWORDS="amd64 ~x86" IUSE="cjk test" RESTRICT="!test? ( test )"