Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Mon, 28 Jan 2019 20:28:26
Message-Id: 1548707272.0eb2bbd9cad998c14559af0c2bcf267538bf85eb.prometheanfire@gentoo
1 commit: 0eb2bbd9cad998c14559af0c2bcf267538bf85eb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 20:26:19 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 20:27:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb2bbd9
7
8 app-admin/ansible: add py37 support
9
10 Bug: https://bugs.gentoo.org/676510
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-admin/ansible/ansible-2.7.6.ebuild | 2 +-
15 app-admin/ansible/ansible-9999.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-admin/ansible/ansible-2.7.6.ebuild b/app-admin/ansible/ansible-2.7.6.ebuild
19 index c32faea9ddf..1363dee05e6 100644
20 --- a/app-admin/ansible/ansible-2.7.6.ebuild
21 +++ b/app-admin/ansible/ansible-2.7.6.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
27 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
28
29 inherit distutils-r1 eutils
30
31
32 diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
33 index 7fa4fe6b36e..5beb3f4d23f 100644
34 --- a/app-admin/ansible/ansible-9999.ebuild
35 +++ b/app-admin/ansible/ansible-9999.ebuild
36 @@ -1,9 +1,9 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 +# Copyright 1999-2019 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42
43 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
44 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
45
46 inherit distutils-r1 git-r3 eutils