dev-util/hip: use python_has_version

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-10-08 15:24:41 +03:00
parent b94f015c4e
commit a9beade97f

View File

@@ -47,7 +47,7 @@ PATCHES=(
python_check_deps() {
if use profile; then
has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
fi
}