summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 15:12:30 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 15:18:11 +0200
commit900d4d80d09d319febe892da6ad21a34c8d472c9 (patch)
tree81a7167c9c34e09ce3e2c137ce4f30d22f9e8863 /app-vim/pydiction/pydiction-1.2.3-r2.ebuild
parentapp-vim/jedi: Remove py2.7 (diff)
downloadgentoo-900d4d80d09d319febe892da6ad21a34c8d472c9.tar.gz
gentoo-900d4d80d09d319febe892da6ad21a34c8d472c9.tar.bz2
gentoo-900d4d80d09d319febe892da6ad21a34c8d472c9.zip
app-vim/pydiction: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/pydiction/pydiction-1.2.3-r2.ebuild')
-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 4e06bb3c0bb5..ef106fe6ef4d 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 python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit vim-plugin python-r1