projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50c850
)
app-vim/pydiction: [QA] Add missing python metadata variables
author
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 07:08:50 +0000
(09:08 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 11:20:42 +0000
(13:20 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-vim/pydiction/pydiction-1.2.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
index 1c606af310f36c6c313c554460beebb81381abf2..9bd1173f0db05796662288156807da08079faa99 100644
(file)
--- 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"