commit: 0a1a5b00ae95d0486afb157b3a42280cd5097a63
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 03:02:43 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 03:24:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1a5b00
dev-python/python-augeas: add py39
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/python-augeas/python-augeas-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-augeas/python-augeas-1.1.0.ebuild
b/dev-python/python-augeas/python-augeas-1.1.0.ebuild
index e66ad08496e..7a50ebec958 100644
--- a/dev-python/python-augeas/python-augeas-1.1.0.ebuild
+++ b/dev-python/python-augeas/python-augeas-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
inherit distutils-r1