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 9995C15808B for ; Fri, 4 Oct 2024 07:20:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87A76E29FC; Fri, 4 Oct 2024 07:19:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 758C3E29FC for ; Fri, 4 Oct 2024 07:19:59 +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 B376B342FE1 for ; Fri, 4 Oct 2024 07:19:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A5DC27F5 for ; Fri, 4 Oct 2024 07:19:57 +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: <1728026373.3f44a74837d33640394410621abffb4291e2f90d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libblockdev/libblockdev-3.1.1.ebuild X-VCS-Directories: sys-libs/libblockdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f44a74837d33640394410621abffb4291e2f90d X-VCS-Branch: master Date: Fri, 4 Oct 2024 07:19:57 +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: f60f0f5e-bd3e-4e90-a137-a83832174d49 X-Archives-Hash: 64952c9b442780a34f354679c8261746 commit: 3f44a74837d33640394410621abffb4291e2f90d Author: Sam James gentoo org> AuthorDate: Fri Oct 4 07:18:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 4 07:19:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f44a748 sys-libs/libblockdev: enable py3.13 Signed-off-by: Sam James gentoo.org> sys-libs/libblockdev/libblockdev-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libblockdev/libblockdev-3.1.1.ebuild b/sys-libs/libblockdev/libblockdev-3.1.1.ebuild index 5c0299431506..b4747c3f7f90 100644 --- a/sys-libs/libblockdev/libblockdev-3.1.1.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-single-r1 xdg-utils DESCRIPTION="A library for manipulating block devices"