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 4F7531381F3 for ; Mon, 10 Jun 2013 11:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F2C6E0964; Mon, 10 Jun 2013 11:25:18 +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 31905E0963 for ; Mon, 10 Jun 2013 11:25:18 +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 69C1233E26B for ; Mon, 10 Jun 2013 11:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 22D63E5467 for ; Mon, 10 Jun 2013 11:25:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1370861103.592f2e8f2b129224fb2dc1d71d1d6024100a56e4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-autodocktools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-autodocktools/ChangeLog sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-autodocktools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 592f2e8f2b129224fb2dc1d71d1d6024100a56e4 X-VCS-Branch: master Date: Mon, 10 Jun 2013 11:25:15 +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: 9b949335-2096-454a-832e-cf5807cb272b X-Archives-Hash: c1d3717b8b21df17e81e18bd6c89d32f commit: 592f2e8f2b129224fb2dc1d71d1d6024100a56e4 Author: Justin Lecher gentoo org> AuthorDate: Mon Jun 10 10:45:03 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 10 10:45:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=592f2e8f sci-chemistry/mgltools-autodocktools: Add missing python use dep, move to virtual/python-imaging Package-Manager: portage-2.2.0_alpha179 --- sci-chemistry/mgltools-autodocktools/ChangeLog | 4 ++++ .../mgltools-autodocktools/mgltools-autodocktools-1.5.6.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-autodocktools/ChangeLog b/sci-chemistry/mgltools-autodocktools/ChangeLog index 3525bec..a020789 100644 --- a/sci-chemistry/mgltools-autodocktools/ChangeLog +++ b/sci-chemistry/mgltools-autodocktools/ChangeLog @@ -3,6 +3,10 @@ # $Header: $ 10 Jun 2013; Justin Lecher + mgltools-autodocktools-1.5.6.ebuild: + Add missing python use dep, move to virtual/python-imaging + + 10 Jun 2013; Justin Lecher -mgltools-autodocktools-1.5.4-r2.ebuild, mgltools-autodocktools-1.5.6.ebuild: Drop old diff --git a/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6.ebuild b/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6.ebuild index fe403a7..e67b666 100644 --- a/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6.ebuild +++ b/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6.ebuild @@ -24,8 +24,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - dev-python/imaging[tk,${PYTHON_USEDEP}] - dev-python/zsi + virtual/python-imaging[tk,${PYTHON_USEDEP}] + dev-python/zsi[${PYTHON_USEDEP}] sci-chemistry/autodock sci-chemistry/mgltools-dejavu[${PYTHON_USEDEP}] sci-chemistry/mgltools-geomutils[${PYTHON_USEDEP}]