commit: f85617214d5885329d50bf33b7439ab284df5cf6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 04:35:54 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 04:38:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8561721
app-shells/autojump: Add Python 3.8 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-shells/autojump/autojump-22.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/autojump/autojump-22.5.3.ebuild
b/app-shells/autojump/autojump-22.5.3.ebuild
index 71d13b78703..4f243d7525f 100644
--- a/app-shells/autojump/autojump-22.5.3.ebuild
+++ b/app-shells/autojump/autojump-22.5.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6..8} )
inherit bash-completion-r1 python-r1 vcs-snapshot prefix