From: Patrice Clement Date: Fri, 24 Apr 2020 16:42:07 +0000 (+0200) Subject: app-vim/pydiction: add py3.7 + py3.8 support. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e247b57cc7191c67dec7483dcfed19ee590c334;p=gentoo.git app-vim/pydiction: add py3.7 + py3.8 support. Closes: https://bugs.gentoo.org/718266 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrice Clement --- diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild index 24de26a5d4c4..4e06bb3c0bb5 100644 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} ) inherit vim-plugin python-r1