commit: 55b2a5ab4ecb90edd18939cdf0d3a9d4f469daa1 Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> AuthorDate: Fri Dec 12 09:34:16 2025 +0000 Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> CommitDate: Wed Dec 17 06:37:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b2a5ab
sci-physics/rivet: needs yoda with eigen Part-of: https://github.com/gentoo/gentoo/pull/44971 Closes: https://github.com/gentoo/gentoo/pull/44971 Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org> sci-physics/rivet/rivet-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/rivet/rivet-9999.ebuild b/sci-physics/rivet/rivet-9999.ebuild index 2ee335a0f125..1e38689db0c5 100644 --- a/sci-physics/rivet/rivet-9999.ebuild +++ b/sci-physics/rivet/rivet-9999.ebuild @@ -40,8 +40,8 @@ RDEPEND=" highfive? ( sci-libs/highfive sci-libs/hdf5[cxx] + sci-physics/yoda[eigen(-),highfive(-)] ) - sci-libs/gsl zlib? ( virtual/zlib:= ) python? ( @@ -49,9 +49,9 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/matplotlib[${PYTHON_USEDEP}] ') - >=sci-physics/yoda-2.1[${PYTHON_SINGLE_USEDEP}] + sci-physics/yoda[${PYTHON_SINGLE_USEDEP}] ) - >=sci-physics/yoda-2.1:=[highfive(-)?] + >=sci-physics/yoda-2.1:= !sci-physics/rivet:3 " DEPEND="${RDEPEND}"
