Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llfuse/
Date: Tue, 13 Jul 2021 18:52:28
Message-Id: 1626202342.79ef90e3dfd9123515df121912ea3ffdf62d7c4b.slashbeast@gentoo
1 commit: 79ef90e3dfd9123515df121912ea3ffdf62d7c4b
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 18:46:31 2021 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 18:52:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ef90e3
7
8 dev-python/llfuse: py10 target added.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 dev-python/llfuse/llfuse-1.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/llfuse/llfuse-1.4.1.ebuild b/dev-python/llfuse/llfuse-1.4.1.ebuild
16 index 0b4527b67c5..53c01e06a1d 100644
17 --- a/dev-python/llfuse/llfuse-1.4.1.ebuild
18 +++ b/dev-python/llfuse/llfuse-1.4.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
24 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
25
26 inherit distutils-r1