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 62399158086 for ; Sat, 6 Nov 2021 06:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6220EE0822; Sat, 6 Nov 2021 06:48:19 +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 11189E07F0 for ; Sat, 6 Nov 2021 06:48: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 ECDF83430D3 for ; Sat, 6 Nov 2021 06:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407C51A3 for ; Sat, 6 Nov 2021 06:48:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1636181289.e0e14c137bf0e3e8d0c6464941079e7c830b3496.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-7.8.0.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e0e14c137bf0e3e8d0c6464941079e7c830b3496 X-VCS-Branch: master Date: Sat, 6 Nov 2021 06:48: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: ec9d7071-0269-4fb8-8108-4c0193d7f2ec X-Archives-Hash: 97a407c7981d92fa7dc69bfbfae4a2a1 commit: e0e14c137bf0e3e8d0c6464941079e7c830b3496 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 6 06:46:23 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 6 06:48:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e14c13 app-emulation/libvirt: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> app-emulation/libvirt/libvirt-7.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-7.8.0.ebuild b/app-emulation/libvirt/libvirt-7.8.0.ebuild index 885c9c37f2d..e20eaa25a6c 100644 --- a/app-emulation/libvirt/libvirt-7.8.0.ebuild +++ b/app-emulation/libvirt/libvirt-7.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson bash-completion-r1 linux-info python-any-r1 readme.gentoo-r1 tmpfiles verify-sig