From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0761E138252 for ; Thu, 12 May 2016 13:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B36E079B; Thu, 12 May 2016 13:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60EF1E079B for ; Thu, 12 May 2016 13:36:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3184B340890 for ; Thu, 12 May 2016 13:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9A19967 for ; Thu, 12 May 2016 13:36:04 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1463059069.033d098dcc5e74ac29dc9e4500a7bd09b9b2c741.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pydiction/pydiction-1.2.3.ebuild X-VCS-Directories: app-vim/pydiction/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 033d098dcc5e74ac29dc9e4500a7bd09b9b2c741 X-VCS-Branch: master Date: Thu, 12 May 2016 13:36:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa8b1d28-4017-4529-bbd6-b296327dab3c X-Archives-Hash: a997299539a0b820eb694d13d9287f1f commit: 033d098dcc5e74ac29dc9e4500a7bd09b9b2c741 Author: Patrice Clement gentoo org> AuthorDate: Thu May 12 13:15:51 2016 +0000 Commit: Patrice Clement gentoo 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() {