From: Michał Górny Date: Thu, 16 Jan 2020 06:27:31 +0000 (+0100) Subject: sci-chemistry/pymol: Permit numpy-python2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d1a502c6076dba392a82e7a3a476f65f4ac8cf55;p=gentoo.git sci-chemistry/pymol: Permit numpy-python2 Signed-off-by: Michał Górny --- 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 0bcafb2e3223..d6864f00a97a 100644 --- a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild @@ -22,7 +22,10 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="web" DEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] media-libs/freeglut diff --git a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild index b84c27698061..7591fe38393d 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild @@ -22,7 +22,10 @@ IUSE="web" DEPEND=" dev-libs/msgpack[cxx] dev-libs/mmtf-cpp - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/PyQt5[opengl,${PYTHON_USEDEP}]