diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:28:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:38:07 +0100 |
commit | 2ea12cd580ee77a8b6571ecb80b6ac2481904a2d (patch) | |
tree | 7d5f490136c6c54ded3860dd62b36633929ff108 /sci-chemistry/vmd | |
parent | sci-chemistry/relax: Permit numpy-python2 (diff) | |
download | gentoo-2ea12cd580ee77a8b6571ecb80b6ac2481904a2d.tar.gz gentoo-2ea12cd580ee77a8b6571ecb80b6ac2481904a2d.tar.bz2 gentoo-2ea12cd580ee77a8b6571ecb80b6ac2481904a2d.zip |
sci-chemistry/vmd: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.2.ebuild | 7 | ||||
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.3-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.3-r2.ebuild | 7 | ||||
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.3.ebuild | 7 |
4 files changed, 20 insertions, 8 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild b/sci-chemistry/vmd/vmd-1.9.2.ebuild index 4bc9360f009b..2cee984cdd47 100644 --- a/sci-chemistry/vmd/vmd-1.9.2.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,10 @@ CDEPEND=" >=dev-lang/tk-8.6.1 dev-lang/perl dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) sci-libs/netcdf:0= virtual/opengl >=x11-libs/fltk-1.1.10-r2:1 diff --git a/sci-chemistry/vmd/vmd-1.9.3-r1.ebuild b/sci-chemistry/vmd/vmd-1.9.3-r1.ebuild index 3f24f85d6273..abf5d03202fc 100644 --- a/sci-chemistry/vmd/vmd-1.9.3-r1.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,10 @@ CDEPEND=" >=dev-lang/tk-8.6.1:0= dev-lang/perl dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) sci-libs/netcdf:0= virtual/opengl >=x11-libs/fltk-1.1.10-r2:1 diff --git a/sci-chemistry/vmd/vmd-1.9.3-r2.ebuild b/sci-chemistry/vmd/vmd-1.9.3-r2.ebuild index 02ad806afbeb..8d8897a57f8a 100644 --- a/sci-chemistry/vmd/vmd-1.9.3-r2.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,10 @@ CDEPEND=" >=dev-lang/tk-8.6.1:0= dev-lang/perl dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) sci-libs/netcdf:0= virtual/opengl >=x11-libs/fltk-1.1.10-r2:1 diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild b/sci-chemistry/vmd/vmd-1.9.3.ebuild index c1480738aa46..01098a723def 100644 --- a/sci-chemistry/vmd/vmd-1.9.3.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,10 @@ CDEPEND=" >=dev-lang/tk-8.6.1 dev-lang/perl dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) sci-libs/netcdf:0= virtual/opengl >=x11-libs/fltk-1.1.10-r2:1 |