commit: cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 02:06:20 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 02:17:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3e7f37
dev-util/dogtail: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/dogtail/dogtail-0.9.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/dogtail/dogtail-0.9.11.ebuild
b/dev-util/dogtail/dogtail-0.9.11.ebuild
index b04c186e096..92385cd57a5 100644
--- a/dev-util/dogtail/dogtail-0.9.11.ebuild
+++ b/dev-util/dogtail/dogtail-0.9.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 gnome2-utils xdg