diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-11-10 11:45:27 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-11-10 12:06:20 +0100 |
commit | 7bcb5fd26701788546a1ab3c6e71d7683652d330 (patch) | |
tree | 034513a74bc76a48bc973dc6dc5ac995630e9c44 /sci-chemistry/vmd | |
parent | dev-python/clang-python: Tested on py3.7 (diff) | |
download | gentoo-7bcb5fd26701788546a1ab3c6e71d7683652d330.tar.gz gentoo-7bcb5fd26701788546a1ab3c6e71d7683652d330.tar.bz2 gentoo-7bcb5fd26701788546a1ab3c6e71d7683652d330.zip |
sci-chemistry/vmd: Needs to be rebuilt with gromacs updates
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild b/sci-chemistry/vmd/vmd-1.9.3.ebuild index 81ebf51d9c20..9a92a88134e7 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ CDEPEND=" x11-libs/libXi ${PYTHON_DEPS} cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) - gromacs? ( >=sci-chemistry/gromacs-5.0.4-r1[tng] ) + gromacs? ( >=sci-chemistry/gromacs-5.0.4-r1:0=[tng] ) sqlite? ( dev-db/sqlite:3= ) tachyon? ( >=media-gfx/tachyon-0.99_beta6 ) xinerama? ( x11-libs/libXinerama )" |