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 0D02C158003 for ; Sat, 6 May 2023 06:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20590E093A; Sat, 6 May 2023 06:59:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 080E7E0938 for ; Sat, 6 May 2023 06:59:32 +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 B50473411C1 for ; Sat, 6 May 2023 06:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3203A69 for ; Sat, 6 May 2023 06:59:27 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1683220448.ee1ab7e27e378a0d60103c1cd52529dabb748460.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/python-btrfs/python-btrfs-13-r1.ebuild X-VCS-Directories: sys-fs/python-btrfs/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: ee1ab7e27e378a0d60103c1cd52529dabb748460 X-VCS-Branch: master Date: Sat, 6 May 2023 06:59:27 +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: 24f5c636-06fd-45c0-8456-e6faf4e18c69 X-Archives-Hash: 0534c19a2c0b0f460fb4f95b74322574 commit: ee1ab7e27e378a0d60103c1cd52529dabb748460 Author: Steven Davies steev me uk> AuthorDate: Thu May 4 17:10:36 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu May 4 17:14:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee1ab7e2 sys-fs/python-btrfs: enable py3.11 Signed-off-by: Steven Davies steev.me.uk> sys-fs/python-btrfs/python-btrfs-13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild index d0d42e03a..42cd47e39 100644 --- a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild +++ b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_10 python3_11 ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1