diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-08-18 21:35:54 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-18 21:38:09 -0700 |
commit | f85617214d5885329d50bf33b7439ab284df5cf6 (patch) | |
tree | c860ba81e07d2dd76d8b56943320138d8325b4a2 /app-shells | |
parent | dev-perl/Data-URIEncode: Cleanup old 0.110.0-r1 (diff) | |
download | gentoo-f85617214d5885329d50bf33b7439ab284df5cf6.tar.gz gentoo-f85617214d5885329d50bf33b7439ab284df5cf6.tar.bz2 gentoo-f85617214d5885329d50bf33b7439ab284df5cf6.zip |
app-shells/autojump: Add Python 3.8 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/autojump/autojump-22.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/autojump/autojump-22.5.3.ebuild b/app-shells/autojump/autojump-22.5.3.ebuild index 71d13b787032..4f243d7525f7 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 |