diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:09:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:26:03 +0100 |
commit | 57189e80ed3e99b2eb034965565f380fc86af330 (patch) | |
tree | 9fa23fc752eb1a8124e1c00b802dbe69f579b54d /app-shells | |
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')
-rw-r--r-- | app-shells/autojump/autojump-22.2.4-r4.ebuild | 2 | ||||
-rw-r--r-- | app-shells/autojump/autojump-22.5.1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/autojump/autojump-22.5.3.ebuild | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild index 0da2af83294b..245a0758bb79 100644 --- a/app-shells/autojump/autojump-22.5.1.ebuild +++ b/app-shells/autojump/autojump-22.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit bash-completion-r1 python-r1 vcs-snapshot diff --git a/app-shells/autojump/autojump-22.5.3.ebuild b/app-shells/autojump/autojump-22.5.3.ebuild index 656a01d92f43..f93d6e95848a 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{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit bash-completion-r1 python-r1 vcs-snapshot prefix |