Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Mon, 03 Dec 2018 02:43:27
Message-Id: 1543803494.53bd3301eb8ece696bd766070f6003e8ac6bf5fe.jcallen@gentoo
1 commit: 53bd3301eb8ece696bd766070f6003e8ac6bf5fe
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 01:45:49 2018 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 02:18:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bd3301
7
8 app-emulation/virt-manager: add python3_7
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jonathan Callen <jcallen <AT> gentoo.org>
12
13 app-emulation/virt-manager/virt-manager-2.0.0.ebuild | 2 +-
14 app-emulation/virt-manager/virt-manager-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emulation/virt-manager/virt-manager-2.0.0.ebuild b/app-emulation/virt-manager/virt-manager-2.0.0.ebuild
18 index 0e0860df6b6..c3d12ddccba 100644
19 --- a/app-emulation/virt-manager/virt-manager-2.0.0.ebuild
20 +++ b/app-emulation/virt-manager/virt-manager-2.0.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_{4,5,6} )
26 +PYTHON_COMPAT=( python3_{4,5,6,7} )
27 DISTUTILS_SINGLE_IMPL=1
28
29 inherit gnome2 distutils-r1
30
31 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
32 index 69c24ad9817..d04aea4b8ea 100644
33 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
34 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
35 @@ -1,9 +1,9 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41
42 -PYTHON_COMPAT=( python3_{4,5,6} )
43 +PYTHON_COMPAT=( python3_{4,5,6,7} )
44 DISTUTILS_SINGLE_IMPL=1
45
46 inherit gnome2 distutils-r1