commit: 3609e7c63fbf15d04e57d725ee4b03b2d4dc1958 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri May 13 07:52:24 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri May 13 08:23:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3609e7c6
app-vim/vimpython: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 app-vim/vimpython/vimpython-1.13-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild index d677672..badf8cc 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}"