From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1229224-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 068B91382C5
	for <garchives@archives.gentoo.org>; Mon,  7 Dec 2020 08:53:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 471F5E0C5F;
	Mon,  7 Dec 2020 08:53:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2E6C0E0C5F
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Dec 2020 08:53:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4229F34122C
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Dec 2020 08:53:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5A746F
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Dec 2020 08:53:23 +0000 (UTC)
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org>
Message-ID: <1607331200.5bda53e697ae8a5cca87bcfaf3389e374a917c0f.slyfox@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/libvirt-python/libvirt-python-9999.ebuild
X-VCS-Directories: dev-python/libvirt-python/
X-VCS-Committer: slyfox
X-VCS-Committer-Name: Sergei Trofimovich
X-VCS-Revision: 5bda53e697ae8a5cca87bcfaf3389e374a917c0f
X-VCS-Branch: master
Date: Mon,  7 Dec 2020 08:53:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1297369b-8ec4-4fce-9364-1b17d6686cbe
X-Archives-Hash: 99540ef383a8da552009ef1c1ca6f9d2

commit:     5bda53e697ae8a5cca87bcfaf3389e374a917c0f
Author:     Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Sun Dec  6 20:23:44 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 08:53:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bda53e6

dev-python/libvirt-python-9999: Update PYTHON_COMPAT

All other dev-python/libvirt-python ebuilds support through
python3.7 to python3.9 except for the live ebuild. This doesn't
make much sense - the live ebuild does support those python
versions too.

Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/18537
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild
index 9fd68025b03..a8d6ae5dc1b 100644
--- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 MY_P="${P/_rc/-rc}"