summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-04-24 18:42:07 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-04-24 18:42:10 +0200
commit8e247b57cc7191c67dec7483dcfed19ee590c334 (patch)
tree9f138c2548e55ed881fc40450e501851c6eabe87 /app-vim/pydiction
parentapp-misc/tmux2html: add py3.7 + py3.8 support. (diff)
downloadgentoo-8e247b57cc7191c67dec7483dcfed19ee590c334.tar.gz
gentoo-8e247b57cc7191c67dec7483dcfed19ee590c334.tar.bz2
gentoo-8e247b57cc7191c67dec7483dcfed19ee590c334.zip
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 <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/pydiction')
-rw-r--r--app-vim/pydiction/pydiction-1.2.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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