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 9806A13825A for ; Thu, 12 May 2016 21:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A94B1E07E8; Thu, 12 May 2016 21:12:52 +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 4E19EE075F for ; Thu, 12 May 2016 21:12:52 +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 69BDA3409C8 for ; Thu, 12 May 2016 21:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 598F333E for ; Thu, 12 May 2016 21:12:46 +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: <1463086607.b2a42f61a0cd041cdd68c83f27d50941641d3c9a.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: b2a42f61a0cd041cdd68c83f27d50941641d3c9a X-VCS-Branch: master Date: Thu, 12 May 2016 21:12:46 +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: 8e638778-1871-425a-bda0-8b01f2d60ee4 X-Archives-Hash: 19f0ca58b6cd2d7df94ce3682e054c1f commit: b2a42f61a0cd041cdd68c83f27d50941641d3c9a Author: Patrice Clement gentoo org> AuthorDate: Thu May 12 20:55:10 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu May 12 20:56:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a42f61 app-vim/pydiction: Add unzip to DEPEND. Package-Manager: portage-2.2.26 app-vim/pydiction/pydiction-1.2.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild index c69fb81..f22c4d2 100644 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3.ebuild @@ -12,7 +12,10 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" LICENSE="vim" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -DEPEND="dev-lang/python:*" +DEPEND=" + dev-lang/python:* + app-arch/unzip" + RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}"