diff options
author | Christoph Junghans <junghans@gentoo.org> | 2020-04-19 19:50:32 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2020-04-19 19:50:58 -0600 |
commit | 4af2eadb0a2508ab22bfba286961fd29adb9e2c4 (patch) | |
tree | e61a43a806c0f20f1475f37bd3b6f972a29cda5c /sci-physics | |
parent | dev-util/re2c: stable 1.3-r1 for hppa/sparc, bug #718350 (diff) | |
download | gentoo-4af2eadb0a2508ab22bfba286961fd29adb9e2c4.tar.gz gentoo-4af2eadb0a2508ab22bfba286961fd29adb9e2c4.tar.bz2 gentoo-4af2eadb0a2508ab22bfba286961fd29adb9e2c4.zip |
sci-physics/lammps: fix deps
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lammps/lammps-20200303.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/lammps/lammps-20200303.ebuild b/sci-physics/lammps/lammps-20200303.ebuild index b159bd9a9469..d27137f6fee6 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}" |