diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-20 08:41:41 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-20 08:41:41 +0100 |
commit | 26df026a46733f9545b9bd653fd38e2a4400797f (patch) | |
tree | a99a80cb23450142347ff435f526f6e12e51f8e5 /dev-python/fsspec | |
parent | app-emulation/qemu: amd64 stable wrt bug #765736 (diff) | |
download | gentoo-26df026a46733f9545b9bd653fd38e2a4400797f.tar.gz gentoo-26df026a46733f9545b9bd653fd38e2a4400797f.tar.bz2 gentoo-26df026a46733f9545b9bd653fd38e2a4400797f.zip |
dev-python/fsspec: amd64/x86 stable (ALLARCHES policy) wrt bug #765925
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/fsspec')
-rw-r--r-- | dev-python/fsspec/fsspec-0.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fsspec/fsspec-0.8.5.ebuild b/dev-python/fsspec/fsspec-0.8.5.ebuild index 42f59375ae3e..502837617876 100644 --- a/dev-python/fsspec/fsspec-0.8.5.ebuild +++ b/dev-python/fsspec/fsspec-0.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}] |