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 54889158003 for ; Sat, 25 Feb 2023 20:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F2FE07D1; Sat, 25 Feb 2023 20:59:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AE70E07D1 for ; Sat, 25 Feb 2023 20:59:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26C9D335D97 for ; Sat, 25 Feb 2023 20:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488C08A7 for ; Sat, 25 Feb 2023 20:59:16 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677358690.2be2585de7c5db28e2da48fb021e79420dc85dd5.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild sys-fs/bcache-tools/bcache-tools-9999.ebuild X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2be2585de7c5db28e2da48fb021e79420dc85dd5 X-VCS-Branch: master Date: Sat, 25 Feb 2023 20:59:16 +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: 798e2a53-3c54-4844-938f-f2346a4e2e96 X-Archives-Hash: cb0e3ce0eb98afec4086aeb7a61cf913 commit: 2be2585de7c5db28e2da48fb021e79420dc85dd5 Author: Florian Schmaus gentoo org> AuthorDate: Sat Feb 25 20:58:10 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Feb 25 20:58:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be2585d sys-fs/bcache-tools: mark Python 3.11 compat Closes: https://bugs.gentoo.org/897302 Signed-off-by: Florian Schmaus gentoo.org> sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild | 2 +- sys-fs/bcache-tools/bcache-tools-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild index 806ba5c54786..50818152e271 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic python-r1 toolchain-funcs udev diff --git a/sys-fs/bcache-tools/bcache-tools-9999.ebuild b/sys-fs/bcache-tools/bcache-tools-9999.ebuild index 15abe7ab63c3..adf62774b5b5 100644 --- a/sys-fs/bcache-tools/bcache-tools-9999.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic python-r1 toolchain-funcs udev