commit: 1c1e3531eb4d5675a69be471a5aa220a06579318
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 05:26:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 05:26:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1e3531
dev-python/fsspec: arm64 keyworded (bug #723912)
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/fsspec/fsspec-0.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fsspec/fsspec-0.8.0.ebuild
b/dev-python/fsspec/fsspec-0.8.0.ebuild
index 32a13842c16..0cd25edbdda 100644
--- a/dev-python/fsspec/fsspec-0.8.0.ebuild
+++ b/dev-python/fsspec/fsspec-0.8.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]