diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-08 19:48:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-08 19:48:21 +0300 |
commit | 340726861f9f6aed82e5e7ecabae1829943b46ae (patch) | |
tree | dff2566404266d727e693e710743ca3794a074cf /dev-util/roctracer/roctracer-5.1.3-r1.ebuild | |
parent | dev-util/rocprofiler: use python_has_version inside python_check_deps (diff) | |
download | gentoo-340726861f9f6aed82e5e7ecabae1829943b46ae.tar.gz gentoo-340726861f9f6aed82e5e7ecabae1829943b46ae.tar.bz2 gentoo-340726861f9f6aed82e5e7ecabae1829943b46ae.zip |
dev-util/roctracer: use python_has_version inside python_check_deps
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/roctracer/roctracer-5.1.3-r1.ebuild')
-rw-r--r-- | dev-util/roctracer/roctracer-5.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/roctracer/roctracer-5.1.3-r1.ebuild b/dev-util/roctracer/roctracer-5.1.3-r1.ebuild index 1154d03f8c16..c911385a9bea 100644 --- a/dev-util/roctracer/roctracer-5.1.3-r1.ebuild +++ b/dev-util/roctracer/roctracer-5.1.3-r1.ebuild @@ -38,8 +38,8 @@ PATCHES=( ) python_check_deps() { - has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" && - has_version "dev-python/ply[${PYTHON_USEDEP}]" + python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" \ + "dev-python/ply[${PYTHON_USEDEP}]" } src_prepare() { |