diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-04 15:17:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-04 15:17:01 +0300 |
commit | d34909a85dbb149040b9a5f8a6b1f45d6c4a2217 (patch) | |
tree | 4eac6363920aad3a9e7a31593a51ea8bcdbd674f /app-vim | |
parent | app-vim/splice: mark stable (diff) | |
download | gentoo-d34909a85dbb149040b9a5f8a6b1f45d6c4a2217.tar.gz gentoo-d34909a85dbb149040b9a5f8a6b1f45d6c4a2217.tar.bz2 gentoo-d34909a85dbb149040b9a5f8a6b1f45d6c4a2217.zip |
app-vim/vim-latex: Drop py27
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild index 8d63379398a7..98f504e5dc7e 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit vim-plugin python-single-r1 |