Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/
Date: Tue, 07 Jan 2020 17:47:38
Message-Id: 1578419227.b9dde063c43c6a4ab4fc47bd29398b65b7489ff4.juippis@gentoo
1 commit: b9dde063c43c6a4ab4fc47bd29398b65b7489ff4
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 17:41:34 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 17:47:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dde063
7
8 dev-python/texttable: 1.6.2 stable on x86
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-python/texttable/texttable-1.6.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild
16 index 0cd031bbb7b..1c8be2a76b0 100644
17 --- a/dev-python/texttable/texttable-1.6.2.ebuild
18 +++ b/dev-python/texttable/texttable-1.6.2.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 x86"
25 IUSE="cjk test"
26
27 RESTRICT="!test? ( test )"