diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:50:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:18 +0200 |
commit | 5a049d2c8ec985bc8916b3e1a2a198c390317ecb (patch) | |
tree | 5217749857942e44815aa71899b4cde0b1e92bf9 /app-shells | |
parent | app-portage/tatt: Support newer python (diff) | |
download | gentoo-5a049d2c8ec985bc8916b3e1a2a198c390317ecb.tar.gz gentoo-5a049d2c8ec985bc8916b3e1a2a198c390317ecb.tar.bz2 gentoo-5a049d2c8ec985bc8916b3e1a2a198c390317ecb.zip |
app-shells/autojump: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-shells')
-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 af26257a22cb..37fdc8405ed0 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_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 python-r1 vcs-snapshot |