diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:08:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:20:42 +0200 |
commit | 0b2bbc38cdc6d3956736c76109d9f67ebe4306e3 (patch) | |
tree | d6fa19b89dba8fd8d273af113f028eec0788a29d /app-vim | |
parent | app-text/wklej: [QA] Add missing python metadata variables (diff) | |
download | gentoo-0b2bbc38cdc6d3956736c76109d9f67ebe4306e3.tar.gz gentoo-0b2bbc38cdc6d3956736c76109d9f67ebe4306e3.tar.bz2 gentoo-0b2bbc38cdc6d3956736c76109d9f67ebe4306e3.zip |
app-vim/pydiction: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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" |