commit: 2926d84a6e508609bd9eb5d2861c9ae46c1c0d3c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 14:56:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 14:56:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2926d84a
sci-mathematics/cvc4: fix PythonHasVersionUsage
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/cvc4/cvc4-1.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
b/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
index ed74ecc20fba..c013d2a2ed33 100644
--- a/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
+++ b/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
@@ -33,7 +33,7 @@ S="${WORKDIR}"/${PN^^}-archived-${PV}
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
python_check_deps() {
- has_version "dev-python/toml[${PYTHON_USEDEP}]"
+ python_has_version "dev-python/toml[${PYTHON_USEDEP}]"
}
src_configure() {