From: David Seifert Date: Sun, 23 Apr 2017 07:08:50 +0000 (+0200) Subject: app-vim/pydiction: [QA] Add missing python metadata variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0b2bbc38cdc6d3956736c76109d9f67ebe4306e3;p=gentoo.git app-vim/pydiction: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- 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"