From 0b2bbc38cdc6d3956736c76109d9f67ebe4306e3 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 23 Apr 2017 09:08:50 +0200 Subject: app-vim/pydiction: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-vim/pydiction/pydiction-1.2.3-r1.ebuild') diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild index 1c606af310f3..9bd1173f0db0 100644 --- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild @@ -10,10 +10,14 @@ inherit vim-plugin python-r1 DESCRIPTION="vim plugin: tab-complete your Python code" HOMEPAGE="https://rkulla.github.io/pydiction/" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" + LICENSE="vim" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="app-arch/unzip" +RDEPEND="${PYTHON_DEPS}" S="${WORKDIR}/${PN}-master" -- cgit v1.2.3-65-gdbad