Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Wed, 08 Sep 2021 00:20:16
Message-Id: 1631060387.87718aaa37fe02a3ca0ed50dd64a9f8d18fab2cd.sam@gentoo
1 commit: 87718aaa37fe02a3ca0ed50dd64a9f8d18fab2cd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 00:19:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 00:19:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87718aaa
7
8 sys-fs/fuse: enable py3.10 and disable py3.7 in 3.10.5
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/fuse/fuse-3.10.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/fuse/fuse-3.10.5.ebuild b/sys-fs/fuse/fuse-3.10.5.ebuild
16 index 4a954267d0f..8eafe06d9b5 100644
17 --- a/sys-fs/fuse/fuse-3.10.5.ebuild
18 +++ b/sys-fs/fuse/fuse-3.10.5.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +PYTHON_COMPAT=( python3_{8,9,10} )
25 inherit meson-multilib udev python-any-r1
26
27 DESCRIPTION="An interface for filesystems implemented in userspace"