From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51C5F158041 for ; Wed, 8 Sep 2021 00:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A67CE0885; Wed, 8 Sep 2021 00:20:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD389E0885 for ; Wed, 8 Sep 2021 00:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACF6233BEE9 for ; Wed, 8 Sep 2021 00:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B88050 for ; Wed, 8 Sep 2021 00:20:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631060387.87718aaa37fe02a3ca0ed50dd64a9f8d18fab2cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse/fuse-3.10.5.ebuild X-VCS-Directories: sys-fs/fuse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87718aaa37fe02a3ca0ed50dd64a9f8d18fab2cd X-VCS-Branch: master Date: Wed, 8 Sep 2021 00:20:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10eda96b-dae4-4f3c-a1c4-3c521e1c19e4 X-Archives-Hash: a919da85d1e0feaf9e6d4b73cce06965 commit: 87718aaa37fe02a3ca0ed50dd64a9f8d18fab2cd Author: Sam James gentoo org> AuthorDate: Wed Sep 8 00:19:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 8 00:19:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87718aaa sys-fs/fuse: enable py3.10 and disable py3.7 in 3.10.5 Signed-off-by: Sam James gentoo.org> sys-fs/fuse/fuse-3.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse/fuse-3.10.5.ebuild b/sys-fs/fuse/fuse-3.10.5.ebuild index 4a954267d0f..8eafe06d9b5 100644 --- a/sys-fs/fuse/fuse-3.10.5.ebuild +++ b/sys-fs/fuse/fuse-3.10.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit meson-multilib udev python-any-r1 DESCRIPTION="An interface for filesystems implemented in userspace"