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: Tue, 27 Oct 2020 21:56:01
Message-Id: 1603835732.4b230eb96e0e8aa94626acf91ed82d449bad58b6.prometheanfire@gentoo
1 commit: 4b230eb96e0e8aa94626acf91ed82d449bad58b6
2 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 27 16:19:55 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:55:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b230eb9
7
8 app-admin/ansible: add python3_9 to PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/751475
11 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com>
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-admin/ansible/ansible-2.10.0-r2.ebuild | 2 +-
15 app-admin/ansible/ansible-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-admin/ansible/ansible-2.10.0-r2.ebuild b/app-admin/ansible/ansible-2.10.0-r2.ebuild
19 index 8d0840b757f..eae0967a94a 100644
20 --- a/app-admin/ansible/ansible-2.10.0-r2.ebuild
21 +++ b/app-admin/ansible/ansible-2.10.0-r2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6..8} )
27 +PYTHON_COMPAT=( python3_{6..9} )
28 DISTUTILS_USE_SETUPTOOLS=bdepend
29
30 inherit distutils-r1 eutils
31
32 diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
33 index 89c17e7f6e8..d3bff29efe2 100644
34 --- a/app-admin/ansible/ansible-9999.ebuild
35 +++ b/app-admin/ansible/ansible-9999.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=7
39
40 -PYTHON_COMPAT=( python3_{6..8} )
41 +PYTHON_COMPAT=( python3_{6..9} )
42 DISTUTILS_USE_SETUPTOOLS=bdepend
43
44 inherit distutils-r1 eutils