diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-10-08 08:58:35 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-08 09:25:25 +0300 |
commit | 27884c03771f6cd0a6ebebbe2cb93d3db30996af (patch) | |
tree | 3ef7d479fa9be9dbb0c29132cc9f3c86d1e4699b /dev-python/texttable | |
parent | www-client/chromium: security cleanup (diff) | |
download | gentoo-27884c03771f6cd0a6ebebbe2cb93d3db30996af.tar.gz gentoo-27884c03771f6cd0a6ebebbe2cb93d3db30996af.tar.bz2 gentoo-27884c03771f6cd0a6ebebbe2cb93d3db30996af.zip |
dev-python/texttable: stabilize 1.6.3 on x86
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.3.ebuild b/dev-python/texttable/texttable-1.6.3.ebuild index 16349f82863d..c7de9a1c120b 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}]" |