Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-augeas/
Date: Thu, 03 Dec 2020 03:24:29
Message-Id: 1606965857.0a1a5b00ae95d0486afb157b3a42280cd5097a63.prometheanfire@gentoo
1 commit: 0a1a5b00ae95d0486afb157b3a42280cd5097a63
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 03:02:43 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 03:24:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1a5b00
7
8 dev-python/python-augeas: add py39
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-augeas/python-augeas-1.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-augeas/python-augeas-1.1.0.ebuild b/dev-python/python-augeas/python-augeas-1.1.0.ebuild
17 index e66ad08496e..7a50ebec958 100644
18 --- a/dev-python/python-augeas/python-augeas-1.1.0.ebuild
19 +++ b/dev-python/python-augeas/python-augeas-1.1.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
26
27 inherit distutils-r1