diff options
author | Sam James <sam@gentoo.org> | 2020-11-04 05:28:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-04 05:28:59 +0000 |
commit | 3ea962782504f8cae8c0aa4fb628642f89abbcbe (patch) | |
tree | 6cc01c3c3a05303ed6ec56169eec6210663d0541 /dev-python/texttable | |
parent | dev-python/python-dotenv: Stabilize 0.14.0 arm64, #749774 (diff) | |
download | gentoo-3ea962782504f8cae8c0aa4fb628642f89abbcbe.tar.gz gentoo-3ea962782504f8cae8c0aa4fb628642f89abbcbe.tar.bz2 gentoo-3ea962782504f8cae8c0aa4fb628642f89abbcbe.zip |
dev-python/texttable: Stabilize 1.6.3 arm64, #749774
Signed-off-by: Sam James <sam@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 1c3c33958eb0..844d9724c898 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}]" |