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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC25915817D for ; Wed, 19 Jun 2024 10:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E55B7E2A06; Wed, 19 Jun 2024 10:33:06 +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 C1295E2A06 for ; Wed, 19 Jun 2024 10:33:06 +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 0178C33BDF5 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 60A881062 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.e9aca2fd5c782db14b5d26ed8dae071669f93c3d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-viewer/virt-viewer-11.0.ebuild X-VCS-Directories: app-emulation/virt-viewer/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e9aca2fd5c782db14b5d26ed8dae071669f93c3d 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: b5b4ea3f-8abd-434a-8bf3-84c62055a6f9 X-Archives-Hash: 11b6892cde3af20e1b3824fbed907b89 commit: e9aca2fd5c782db14b5d26ed8dae071669f93c3d Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 19 10:24:21 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=e9aca2fd app-emulation/virt-viewer: enable py3.12 Closes: https://bugs.gentoo.org/929315 Signed-off-by: Pacho Ramos gentoo.org> app-emulation/virt-viewer/virt-viewer-11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild index e018a5a1b62a..5be750741896 100644 --- a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild +++ b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1 xdg