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-base/
Date: Tue, 27 Oct 2020 21:56:01
Message-Id: 1603835731.e0c2fb7005e9acff0d4f7183086e2c492471e780.prometheanfire@gentoo
1 commit: e0c2fb7005e9acff0d4f7183086e2c492471e780
2 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 27 16:19:24 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:55:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c2fb70
7
8 app-admin/ansible-base: 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-base/ansible-base-2.10.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-admin/ansible-base/ansible-base-2.10.2.ebuild b/app-admin/ansible-base/ansible-base-2.10.2.ebuild
18 index 3bd995eab9e..6843d55c470 100644
19 --- a/app-admin/ansible-base/ansible-base-2.10.2.ebuild
20 +++ b/app-admin/ansible-base/ansible-base-2.10.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6..8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27
28 inherit distutils-r1 eutils