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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59CE3138359 for ; Wed, 7 Oct 2020 20:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89EF7E084A; Wed, 7 Oct 2020 20:45:05 +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 5AAD4E083D for ; Wed, 7 Oct 2020 20:45:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1A46F335D8A for ; Wed, 7 Oct 2020 20:45:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92BA02CC for ; Wed, 7 Oct 2020 20:45:02 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1602103498.cc06aea2efdfe16f09ea88eb1ead9f85e82e6dcd.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cc06aea2efdfe16f09ea88eb1ead9f85e82e6dcd X-VCS-Branch: master Date: Wed, 7 Oct 2020 20:45:02 +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: 0755b18d-46d3-44cb-9d3b-f01b736738dc X-Archives-Hash: 40d77198befdd3cd5b2b441c923b51e1 commit: cc06aea2efdfe16f09ea88eb1ead9f85e82e6dcd Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 7 20:35:53 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 7 20:44:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc06aea2 app-emulation/virt-manager: drop Python 3.6 support Fixes: dca9e8b1248 ("dev-python/libvirt-python: drop old") Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild index 2297b799d92..d652192107a 100644 --- a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild +++ b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no