summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r--app-vim/vimpython/vimpython-1.13-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 923da1931b4c..08146d8bd75d 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -3,16 +3,16 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit vim-plugin python-single-r1
DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
+
LICENSE="vim"
KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-BDEPEND="app-arch/unzip"
RDEPEND="${PYTHON_DEPS}"