diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-12 13:15:51 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-12 13:17:49 +0000 |
commit | 033d098dcc5e74ac29dc9e4500a7bd09b9b2c741 (patch) | |
tree | 2dc4e01ee68a6528437b958f5b4736f675314f41 /app-vim | |
parent | app-vim/ackvim: Add ebuild to the tree. (diff) | |
download | gentoo-033d098dcc5e74ac29dc9e4500a7bd09b9b2c741.tar.gz gentoo-033d098dcc5e74ac29dc9e4500a7bd09b9b2c741.tar.bz2 gentoo-033d098dcc5e74ac29dc9e4500a7bd09b9b2c741.zip |
app-vim/pydiction: Add python to DEPEND/RDEPEND.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pydiction/pydiction-1.2.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild index ef3e970c42a4..c69fb8117170 100644 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3.ebuild @@ -10,7 +10,11 @@ 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="dev-lang/python:*" +RDEPEND="${DEPEND}" + S="${WORKDIR}/${PN}" src_install() { |