diff options
author | Christoph Junghans <junghans@gentoo.org> | 2022-02-20 07:57:51 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2022-02-20 07:57:51 -0700 |
commit | 779099afac36901856782d1fd4dd69fa975e3f08 (patch) | |
tree | 16a74ad1dffd71084dabcc31ff978a39a7b4e204 /sci-chemistry/votca | |
parent | sci-chemistry/votca: remove old (diff) | |
download | gentoo-779099afac36901856782d1fd4dd69fa975e3f08.tar.gz gentoo-779099afac36901856782d1fd4dd69fa975e3f08.tar.bz2 gentoo-779099afac36901856782d1fd4dd69fa975e3f08.zip |
sci-chemistry/votca: fix deps
Bug: https://bugs.gentoo.org/833793
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-chemistry/votca')
-rw-r--r-- | sci-chemistry/votca/votca-2022.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/votca/votca-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca/votca-2022.ebuild b/sci-chemistry/votca/votca-2022.ebuild index f59f5347f3de..a60728a6a6a9 100644 --- a/sci-chemistry/votca/votca-2022.ebuild +++ b/sci-chemistry/votca/votca-2022.ebuild @@ -37,7 +37,7 @@ RDEPEND=" dev-libs/expat sci-libs/fftw:3.0= dev-lang/perl - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) 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 6a1ae090460b..a60728a6a6a9 100644 --- a/sci-chemistry/votca/votca-9999.ebuild +++ b/sci-chemistry/votca/votca-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,7 @@ RDEPEND=" dev-libs/expat sci-libs/fftw:3.0= dev-lang/perl - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) sci-libs/hdf5[cxx] sci-libs/libxc sci-libs/libint:2 |