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 12C4113825A for ; Fri, 13 May 2016 08:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C67C4E07E8; Fri, 13 May 2016 08:38:37 +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 D2BDEE07E8 for ; Fri, 13 May 2016 08:38:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 184C9340961 for ; Fri, 13 May 2016 08:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86F086E for ; Fri, 13 May 2016 08:38:31 +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: <1463127801.3609e7c63fbf15d04e57d725ee4b03b2d4dc1958.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimpython/vimpython-1.13-r1.ebuild X-VCS-Directories: app-vim/vimpython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3609e7c63fbf15d04e57d725ee4b03b2d4dc1958 X-VCS-Branch: master Date: Fri, 13 May 2016 08:38:31 +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: a9c8c012-ddb9-4a98-870e-be09c1d56ce3 X-Archives-Hash: c82232b5ad08f15d87565d5127b9ed92 commit: 3609e7c63fbf15d04e57d725ee4b03b2d4dc1958 Author: Patrice Clement gentoo org> AuthorDate: Fri May 13 07:52:24 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri May 13 08:23:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3609e7c6 app-vim/vimpython: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 app-vim/vimpython/vimpython-1.13-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild index d677672..badf8cc 100644 --- a/app-vim/vimpython/vimpython-1.13-r1.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild @@ -9,4 +9,10 @@ inherit vim-plugin DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" + +DEPEND=" + dev-lang/python:* + app-arch/unzip" + +RDEPEND="${DEPEND}"