diff options
author | Sam James <sam@gentoo.org> | 2022-10-15 15:58:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-15 15:58:02 +0100 |
commit | 5d4cdb8e5ab1785ea335f97e5951929d8dc3361e (patch) | |
tree | f5ada77aca9612fdb717800bc4630bcf77b50bbe /sci-libs/rocSPARSE | |
parent | sci-libs/rocBLAS: fix PythonHasVersionUsage (diff) | |
download | gentoo-5d4cdb8e5ab1785ea335f97e5951929d8dc3361e.tar.gz gentoo-5d4cdb8e5ab1785ea335f97e5951929d8dc3361e.tar.bz2 gentoo-5d4cdb8e5ab1785ea335f97e5951929d8dc3361e.zip |
sci-libs/rocSPARSE: fix PythonHasVersionUsage
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/rocSPARSE')
-rw-r--r-- | sci-libs/rocSPARSE/rocSPARSE-4.3.0-r3.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/rocSPARSE/rocSPARSE-5.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/rocSPARSE/rocSPARSE-4.3.0-r3.ebuild b/sci-libs/rocSPARSE/rocSPARSE-4.3.0-r3.ebuild index e9c16ef9287c..bb58f5bb2fc1 100644 --- a/sci-libs/rocSPARSE/rocSPARSE-4.3.0-r3.ebuild +++ b/sci-libs/rocSPARSE/rocSPARSE-4.3.0-r3.ebuild @@ -62,7 +62,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.3.0-remove-matrices-unpacking.patch" ) python_check_deps() { if use test; then - has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" + python_has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" fi } diff --git a/sci-libs/rocSPARSE/rocSPARSE-5.0.2.ebuild b/sci-libs/rocSPARSE/rocSPARSE-5.0.2.ebuild index 90733f9a5e59..98da14a0ce05 100644 --- a/sci-libs/rocSPARSE/rocSPARSE-5.0.2.ebuild +++ b/sci-libs/rocSPARSE/rocSPARSE-5.0.2.ebuild @@ -64,7 +64,7 @@ PATCHES=( "${FILESDIR}/${PN}-5.0.2-remove-matrices-unpacking.patch" python_check_deps() { if use test; then - has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" + python_has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" fi } |