From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39CF1138334 for ; Fri, 27 Sep 2019 17:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9463E088A; Fri, 27 Sep 2019 17:33:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93CE6E088A for ; Fri, 27 Sep 2019 17:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A119534B66E for ; Fri, 27 Sep 2019 17:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D8D779 for ; Fri, 27 Sep 2019 17:33:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569605623.e879367f72e6f019c005cb19ea0d337841834654.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild sci-chemistry/pymol/pymol-2.3.0-r1.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e879367f72e6f019c005cb19ea0d337841834654 X-VCS-Branch: master Date: Fri, 27 Sep 2019 17:33:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9e7384a-ad88-4fc5-bfa7-3d89c14b481f X-Archives-Hash: 7a7d670cb99390c0911051ba2d5cff12 commit: e879367f72e6f019c005cb19ea0d337841834654 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 27 17:30:47 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 27 17:33:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e879367f sci-chemistry/pymol: Dep on dev-python/pmw directly Signed-off-by: Michał Górny gentoo.org> sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild | 2 +- sci-chemistry/pymol/pymol-2.3.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild index c2bedf7ca9d..0bcafb2e322 100644 --- a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild @@ -23,6 +23,7 @@ IUSE="web" DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] media-libs/freeglut media-libs/freetype:2 @@ -30,7 +31,6 @@ DEPEND=" media-libs/libpng:0= media-video/mpeg-tools sys-libs/zlib - virtual/python-pmw[${PYTHON_USEDEP}] !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}] web? ( !dev-python/webpy[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}" diff --git a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild index 89aef82c8e9..b84c2769806 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild @@ -23,6 +23,7 @@ DEPEND=" dev-libs/msgpack[cxx] dev-libs/mmtf-cpp dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/PyQt5[opengl,${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] @@ -32,7 +33,6 @@ DEPEND=" media-libs/libpng:0= media-video/mpeg-tools sys-libs/zlib - virtual/python-pmw[${PYTHON_USEDEP}] !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}] web? ( !dev-python/webpy[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}"