commit: 4af2eadb0a2508ab22bfba286961fd29adb9e2c4
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 01:50:32 2020 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 01:50:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af2eadb
sci-physics/lammps: fix deps
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
sci-physics/lammps/lammps-20200303.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-physics/lammps/lammps-20200303.ebuild
b/sci-physics/lammps/lammps-20200303.ebuild
index b159bd9a946..d27137f6fee 100644
--- a/sci-physics/lammps/lammps-20200303.ebuild
+++ b/sci-physics/lammps/lammps-20200303.ebuild
@@ -41,7 +41,7 @@ DEPEND="
sci-libs/fftw:3.0
netcdf? ( sci-libs/netcdf )
cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
- kokkos? ( >=dev-cpp/kokkos-3.0.00 )
+ kokkos? ( =dev-cpp/kokkos-3.0* )
dev-cpp/eigen:3
"
RDEPEND="${DEPEND}"