diff options
author | Sam James <sam@gentoo.org> | 2020-09-05 00:21:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-05 00:21:37 +0000 |
commit | b7a77d4e32d4431ebb7a802324e6dc609d470a2a (patch) | |
tree | 223cef676350c4974c2e492757f28919e3d55cd6 /dev-python/texttable | |
parent | dev-python/dockerpty: Keyword 0.4.1-r1 arm64, #728684 (diff) | |
download | gentoo-b7a77d4e32d4431ebb7a802324e6dc609d470a2a.tar.gz gentoo-b7a77d4e32d4431ebb7a802324e6dc609d470a2a.tar.bz2 gentoo-b7a77d4e32d4431ebb7a802324e6dc609d470a2a.zip |
dev-python/texttable: Keyword 1.6.2-r1 arm64, #728684
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.2-r1.ebuild b/dev-python/texttable/texttable-1.6.2-r1.ebuild index 9a89499c0207..e45855712e28 100644 --- a/dev-python/texttable/texttable-1.6.2-r1.ebuild +++ b/dev-python/texttable/texttable-1.6.2-r1.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 ~arm64 x86" RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]" |