summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-05-13 07:52:24 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-05-13 08:23:21 +0000
commit3609e7c63fbf15d04e57d725ee4b03b2d4dc1958 (patch)
tree057e1aa4d9be6d89814af0f0dd0ae992208fd209 /app-vim/vimpython
parentnet-analyzer/openbsd-netcat: bump to OpenBSD cvs version 1.105. (diff)
downloadgentoo-3609e7c63fbf15d04e57d725ee4b03b2d4dc1958.tar.gz
gentoo-3609e7c63fbf15d04e57d725ee4b03b2d4dc1958.tar.bz2
gentoo-3609e7c63fbf15d04e57d725ee4b03b2d4dc1958.zip
app-vim/vimpython: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r--app-vim/vimpython/vimpython-1.13-r1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild
index d677672a3605..badf8ccd0aa1 100644
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild
@@ -9,4 +9,10 @@ inherit vim-plugin
DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+
+DEPEND="
+ dev-lang/python:*
+ app-arch/unzip"
+
+RDEPEND="${DEPEND}"