diff options
author | 2018-10-22 19:27:11 +0300 | |
---|---|---|
committer | 2018-10-22 19:27:11 +0300 | |
commit | 2782ae81285c65d9724740b3d5d8a6f1b1e53a1c (patch) | |
tree | e8cd7f5dd3cb643ca43377cd08f868f15b711aeb /sci-chemistry/gromacs/gromacs-9999.ebuild | |
parent | dev-cpp/lucene++: EAPI-6 bump (diff) | |
download | gentoo-2782ae81285c65d9724740b3d5d8a6f1b1e53a1c.tar.gz gentoo-2782ae81285c65d9724740b3d5d8a6f1b1e53a1c.tar.bz2 gentoo-2782ae81285c65d9724740b3d5d8a6f1b1e53a1c.zip |
sci-chemistry/gromacs: Fix deps. Drop unneded
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-9999.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index b38e62cc3e58..09180d2dc083 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.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=6 @@ -42,7 +42,7 @@ CDEPEND=" blas? ( virtual/blas ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) - hwloc? ( sys-apps/hwloc ) + hwloc? ( <sys-apps/hwloc-2 ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) |