commit:     222d7c3f5514f8cef25d7b119ebd97ff3a532ea1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 08:56:11 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 08:56:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222d7c3f

sci-mathematics/cvc4: fix deps

Closes: https://bugs.gentoo.org/823023
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/cvc4/cvc4-1.8.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/cvc4/cvc4-1.8.ebuild 
b/sci-mathematics/cvc4/cvc4-1.8.ebuild
index 879bf5675991..d15cbba2d1f8 100644
--- a/sci-mathematics/cvc4/cvc4-1.8.ebuild
+++ b/sci-mathematics/cvc4/cvc4-1.8.ebuild
@@ -23,7 +23,11 @@ RDEPEND="dev-libs/antlr-c
        cln? ( sci-libs/cln )
        !cln? ( dev-libs/gmp:= )"
 DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}"
+BDEPEND="${PYTHON_DEPS}
+       $(python_gen_any_dep '
+               dev-python/toml[${PYTHON_USEDEP}]
+       ')
+"
 
 S="${WORKDIR}"/${PN^^}-archived-${PV}
 

Reply via email to