diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:56:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:56:25 +0100 |
commit | 992b864b76ca67f0b06f0fe0aa1eeb1d48d2cb81 (patch) | |
tree | cb94c1a3a92d1d44448a8375050f9b3cec1eccee /app-vim/pyclewn | |
parent | app-vim/pyclewn: Remove old (py2) (diff) | |
download | gentoo-992b864b76ca67f0b06f0fe0aa1eeb1d48d2cb81.tar.gz gentoo-992b864b76ca67f0b06f0fe0aa1eeb1d48d2cb81.tar.bz2 gentoo-992b864b76ca67f0b06f0fe0aa1eeb1d48d2cb81.zip |
app-vim/pyclewn: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/pyclewn')
-rw-r--r-- | app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild index d8c0d5884df9..82746ceb4849 100644 --- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild +++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils vim-plugin distutils-r1 |