Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/
Date: Fri, 07 Aug 2020 19:19:11
Message-Id: 1596827940.b9a916da8249afe03e4a08ba687c005d1cc6b2ee.sam@gentoo
1 commit: b9a916da8249afe03e4a08ba687c005d1cc6b2ee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 19:11:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 19:19:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a916da
7
8 dev-python/fsspec: Stabilize 0.7.4 x86, #730968
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/fsspec/fsspec-0.7.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild b/dev-python/fsspec/fsspec-0.7.4.ebuild
16 index f02a30279fc..02ac5ef5f33 100644
17 --- a/dev-python/fsspec/fsspec-0.7.4.ebuild
18 +++ b/dev-python/fsspec/fsspec-0.7.4.ebuild
19 @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 BDEPEND="
27 dev-python/versioneer[${PYTHON_USEDEP}]