diff options
author | Sam James <sam@gentoo.org> | 2024-04-23 21:30:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-23 21:33:27 +0100 |
commit | 0327d02cf9b0bc7399ccc57d8e3431100cbf35d9 (patch) | |
tree | 41b7e435bccc21b7c52facb9d6e4b727c1fd4822 /sci-chemistry | |
parent | sci-libs/flann: add subslot dep on sci-libs/hdf5 (diff) | |
download | gentoo-0327d02cf9b0bc7399ccc57d8e3431100cbf35d9.tar.gz gentoo-0327d02cf9b0bc7399ccc57d8e3431100cbf35d9.tar.bz2 gentoo-0327d02cf9b0bc7399ccc57d8e3431100cbf35d9.zip |
sci-chemistry/votca: add subslot dep on sci-libs/hdf5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca/votca-2022.1-r1.ebuild (renamed from sci-chemistry/votca/votca-2022.1.ebuild) | 4 | ||||
-rw-r--r-- | sci-chemistry/votca/votca-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/votca/votca-2022.1.ebuild b/sci-chemistry/votca/votca-2022.1-r1.ebuild index f6ccde06ed4a..ad5aa680498e 100644 --- a/sci-chemistry/votca/votca-2022.1.ebuild +++ b/sci-chemistry/votca/votca-2022.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,7 @@ RDEPEND=" sci-libs/fftw:3.0= dev-lang/perl gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) - sci-libs/hdf5[cxx] + sci-libs/hdf5:=[cxx] sci-libs/libxc sci-libs/libint:2 " diff --git a/sci-chemistry/votca/votca-9999.ebuild b/sci-chemistry/votca/votca-9999.ebuild index 5c883cbd44b8..04064219f641 100644 --- a/sci-chemistry/votca/votca-9999.ebuild +++ b/sci-chemistry/votca/votca-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,7 @@ RDEPEND=" sci-libs/fftw:3.0= dev-lang/perl gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) - sci-libs/hdf5[cxx] + sci-libs/hdf5:=[cxx] sci-libs/libxc sci-libs/libint:2 " |