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 8F6B5138202 for ; Wed, 16 Oct 2013 04:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27AE1E09E8; Wed, 16 Oct 2013 04:49:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61170E09E7 for ; Wed, 16 Oct 2013 04:49:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B14333F001 for ; Wed, 16 Oct 2013 04:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 15684E5464 for ; Wed, 16 Oct 2013 04:49:50 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1381843746.1fc6885616f3268bff2b0b45256288dac55eef59.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol-plugins-ezviz/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol-plugins-ezviz/ChangeLog sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild X-VCS-Directories: sci-chemistry/pymol-plugins-ezviz/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 1fc6885616f3268bff2b0b45256288dac55eef59 X-VCS-Branch: master Date: Wed, 16 Oct 2013 04:49:50 +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: 539e4d27-9fd5-44b2-a852-3a65384d29e2 X-Archives-Hash: db394c999572de7e293f1b8426e65206 commit: 1fc6885616f3268bff2b0b45256288dac55eef59 Author: Justin Lecher gentoo org> AuthorDate: Tue Oct 15 13:29:06 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Tue Oct 15 13:29:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1fc68856 sci-chemistry/pymol-plugins-ezviz: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE Package-Manager: portage-2.2.7 --- sci-chemistry/pymol-plugins-ezviz/ChangeLog | 4 ++++ .../pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/pymol-plugins-ezviz/ChangeLog b/sci-chemistry/pymol-plugins-ezviz/ChangeLog index 750b872..bacf4e5 100644 --- a/sci-chemistry/pymol-plugins-ezviz/ChangeLog +++ b/sci-chemistry/pymol-plugins-ezviz/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/sci-chemistry/pymol-plugins-ezviz/ChangeLog,v 1.2 2010/04/08 18:47:57 jlec dead $ + 15 Oct 2013; Justin Lecher + pymol-plugins-ezviz-1.0.2005-r1.ebuild: + Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE + 02 Jul 2013; Justin Lecher -pymol-plugins-ezviz-1.0.2005.ebuild, +pymol-plugins-ezviz-1.0.2005-r1.ebuild: diff --git a/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild b/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild index fca4adf..59c3f6c 100644 --- a/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild +++ b/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild @@ -17,7 +17,11 @@ LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~x86" IUSE="doc" -RDEPEND="sci-chemistry/pymol[${PYTHON_USEDEP}]" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + sci-chemistry/pymol[${PYTHON_USEDEP}]" DEPEND="app-arch/unzip" S="${WORKDIR}/EZ_Viz Folder"