commit:     033d098dcc5e74ac29dc9e4500a7bd09b9b2c741
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 13:15:51 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:17:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033d098d

app-vim/pydiction: Add python to DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/pydiction/pydiction-1.2.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild 
b/app-vim/pydiction/pydiction-1.2.3.ebuild
index ef3e970..c69fb81 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() {

Reply via email to