diff options
author | 2020-01-30 22:09:36 +0100 | |
---|---|---|
committer | 2020-01-30 22:26:03 +0100 | |
commit | 57189e80ed3e99b2eb034965565f380fc86af330 (patch) | |
tree | 9fa23fc752eb1a8124e1c00b802dbe69f579b54d /app-shells/autojump/autojump-22.2.4-r4.ebuild | |
parent | dev-python/numba: Remove py2 (diff) | |
download | gentoo-57189e80ed3e99b2eb034965565f380fc86af330.tar.gz gentoo-57189e80ed3e99b2eb034965565f380fc86af330.tar.bz2 gentoo-57189e80ed3e99b2eb034965565f380fc86af330.zip |
app-shells/autojump: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/autojump/autojump-22.2.4-r4.ebuild')
-rw-r--r-- | app-shells/autojump/autojump-22.2.4-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/autojump/autojump-22.2.4-r4.ebuild b/app-shells/autojump/autojump-22.2.4-r4.ebuild index 4883114a037c..cbaa265735d3 100644 --- a/app-shells/autojump/autojump-22.2.4-r4.ebuild +++ b/app-shells/autojump/autojump-22.2.4-r4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit bash-completion-r1 python-r1 vcs-snapshot |