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 A5ECE138334 for ; Mon, 3 Dec 2018 02:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE7FBE0BA2; Mon, 3 Dec 2018 02:43:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 845DFE0BA2 for ; Mon, 3 Dec 2018 02:43:22 +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 1898E335C06 for ; Mon, 3 Dec 2018 02:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C8104CD for ; Mon, 3 Dec 2018 02:43:15 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1543803491.6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b.jcallen@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-4.9.0.ebuild dev-python/libvirt-python/libvirt-python-9999.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: jcallen X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b X-VCS-Branch: master Date: Mon, 3 Dec 2018 02:43:15 +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: f6382835-6d3e-413b-a530-9d1af1310ef2 X-Archives-Hash: 20afd1df0cd131a5bc8a548cb94fab04 commit: 6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b Author: Jonathan Callen gentoo org> AuthorDate: Sun Dec 2 04:37:03 2018 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Mon Dec 3 02:18:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5c67c3 dev-python/libvirt-python: add python3_7 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jonathan Callen gentoo.org> dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 2 +- dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild index 968deb8ce73..c2b3ec1b2d9 100644 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) MY_P="${P/_rc/-rc}" diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 42d117b59bc..c2b3ec1b2d9 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) MY_P="${P/_rc/-rc}"