summaryrefslogtreecommitdiff
path: root/dev-python/texttable/texttable-1.6.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/texttable/texttable-1.6.2-r1.ebuild')
-rw-r--r--dev-python/texttable/texttable-1.6.2-r1.ebuild4
1 files changed, 2 insertions, 2 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..1c3c33958eb0 100644
--- a/dev-python/texttable/texttable-1.6.2-r1.ebuild
+++ b/dev-python/texttable/texttable-1.6.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1 eutils
+inherit distutils-r1 optfeature
DESCRIPTION="Module for creating simple ASCII tables"
HOMEPAGE="https://github.com/foutaise/texttable https://pypi.org/project/texttable/"
@@ -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}]"