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 44C1415817D for ; Wed, 19 Jun 2024 10:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 770B5E2A7B; Wed, 19 Jun 2024 10:33:07 +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 5B7FBE2A7B for ; Wed, 19 Jun 2024 10:33:07 +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 3DB9833BDFF for ; Wed, 19 Jun 2024 10:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 755501C66 for ; Wed, 19 Jun 2024 10:33:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1718793161.875e3a12f4c8eb56be790370d851e9995dceb916.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild X-VCS-Directories: app-emulation/libguestfs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 875e3a12f4c8eb56be790370d851e9995dceb916 X-VCS-Branch: master Date: Wed, 19 Jun 2024 10:33:04 +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: 0ee27c72-57c2-481a-875d-618f76327f80 X-Archives-Hash: bac16f008f5ae4b15759ceb29af869c4 commit: 875e3a12f4c8eb56be790370d851e9995dceb916 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 19 10:31:19 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 19 10:32:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875e3a12 app-emulation/libguestfs: enable py3.12 Closes: https://bugs.gentoo.org/929308 Signed-off-by: Pacho Ramos gentoo.org> app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild index 5ebf7d85f162..17be6704f2bb 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bump with app-emulation/guestfs-tools and app-emulation/libguestfs-appliance (if any new release there) LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools flag-o-matic linux-info lua-single perl-functions python-single-r1 strip-linguas toolchain-funcs