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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06647158010 for ; Fri, 17 Feb 2023 06:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A07DE0916; Fri, 17 Feb 2023 06:27:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3144BE0916 for ; Fri, 17 Feb 2023 06:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CD0A341108 for ; Fri, 17 Feb 2023 06:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5B48C6 for ; Fri, 17 Feb 2023 06:27:39 +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: <1676615103.922709743c1af3f2c370262f489c094a95204c7e.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.12.0.ebuild sys-fs/fuse/fuse-3.13.0-r1.ebuild sys-fs/fuse/fuse-3.13.1-r1.ebuild sys-fs/fuse/fuse-3.13.1.ebuild X-VCS-Directories: sys-fs/fuse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 922709743c1af3f2c370262f489c094a95204c7e X-VCS-Branch: master Date: Fri, 17 Feb 2023 06:27:39 +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: bd4ba6de-5aba-4208-a2c8-294c0d547cab X-Archives-Hash: 2fbb068ef904b35e4e8766554eded162 commit: 922709743c1af3f2c370262f489c094a95204c7e Author: Sam James gentoo org> AuthorDate: Fri Feb 17 06:08:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 06:25:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92270974 sys-fs/fuse: enable py3.11 Signed-off-by: Sam James gentoo.org> sys-fs/fuse/fuse-3.12.0.ebuild | 2 +- sys-fs/fuse/fuse-3.13.0-r1.ebuild | 2 +- sys-fs/fuse/fuse-3.13.1-r1.ebuild | 2 +- sys-fs/fuse/fuse-3.13.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/fuse/fuse-3.12.0.ebuild b/sys-fs/fuse/fuse-3.12.0.ebuild index 9386ed44f076..de516e58dd48 100644 --- a/sys-fs/fuse/fuse-3.12.0.ebuild +++ b/sys-fs/fuse/fuse-3.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit meson-multilib udev python-any-r1 DESCRIPTION="An interface for filesystems implemented in userspace" diff --git a/sys-fs/fuse/fuse-3.13.0-r1.ebuild b/sys-fs/fuse/fuse-3.13.0-r1.ebuild index a6c210da4b63..548762c989b8 100644 --- a/sys-fs/fuse/fuse-3.13.0-r1.ebuild +++ b/sys-fs/fuse/fuse-3.13.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic meson-multilib udev python-any-r1 DESCRIPTION="An interface for filesystems implemented in userspace" diff --git a/sys-fs/fuse/fuse-3.13.1-r1.ebuild b/sys-fs/fuse/fuse-3.13.1-r1.ebuild index 2d12bd5021b5..32261573b414 100644 --- a/sys-fs/fuse/fuse-3.13.1-r1.ebuild +++ b/sys-fs/fuse/fuse-3.13.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic meson-multilib udev python-any-r1 DESCRIPTION="An interface for filesystems implemented in userspace" diff --git a/sys-fs/fuse/fuse-3.13.1.ebuild b/sys-fs/fuse/fuse-3.13.1.ebuild index a6c210da4b63..548762c989b8 100644 --- a/sys-fs/fuse/fuse-3.13.1.ebuild +++ b/sys-fs/fuse/fuse-3.13.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic meson-multilib udev python-any-r1 DESCRIPTION="An interface for filesystems implemented in userspace"