From a9beade97fe1dc1b24887777d4813c5a6d880e65 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 8 Oct 2022 15:24:41 +0300 Subject: [PATCH] dev-util/hip: use python_has_version Signed-off-by: Arthur Zamarin --- dev-util/hip/hip-5.0.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/hip/hip-5.0.2-r3.ebuild b/dev-util/hip/hip-5.0.2-r3.ebuild index 15ea58b0895c9..acf5fc9ef78e1 100644 --- a/dev-util/hip/hip-5.0.2-r3.ebuild +++ b/dev-util/hip/hip-5.0.2-r3.ebuild @@ -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 }