commit: 1a43db122560489567a1bc16d4d8af9c3448a5d9
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 13:19:47 2019 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Tue May 21 13:19:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a43db12
dev-python/shutilwhich: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev <AT> gentoo.org>
dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index 6b16ecc6015..97ffcae4bc4 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"