diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-01-09 21:06:20 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-09 21:17:42 -0500 |
commit | cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131 (patch) | |
tree | 13be862bbe1bf23492d34a5400e7f3a4fd47e69a /dev-util/dogtail | |
parent | dev-python/pyatspi: Add Python 3.9 compat (diff) | |
download | gentoo-cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131.tar.gz gentoo-cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131.tar.bz2 gentoo-cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131.zip |
dev-util/dogtail: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/dogtail')
-rw-r--r-- | dev-util/dogtail/dogtail-0.9.11.ebuild | 4 |
1 files 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 b04c186e096f..92385cd57a56 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 |