commit: 0ab853444612837dd9aef367db9e2f25d71fbcb3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 8 20:38:30 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 8 20:40:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab85344
app-shells/autojump: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-shells/autojump/autojump-22.5.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/autojump/autojump-22.5.3.ebuild
b/app-shells/autojump/autojump-22.5.3.ebuild
index 5ec6baee3cf..deb81c56b6b 100644
--- a/app-shells/autojump/autojump-22.5.3.ebuild
+++ b/app-shells/autojump/autojump-22.5.3.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=6
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit bash-completion-r1 python-r1 vcs-snapshot prefix