commit:     430977b9924951dd5a00a647037a264b50640825
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Mon Sep  5 09:26:16 2022 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 08:41:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430977b9

dev-util/hip: Use python_has_version recommended by QA

Closes: https://github.com/gentoo/gentoo/pull/27066
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-util/hip/hip-5.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hip/hip-5.1.3-r1.ebuild b/dev-util/hip/hip-5.1.3-r1.ebuild
index 9a485e3edfdc..27d78bc64fc7 100644
--- a/dev-util/hip/hip-5.1.3-r1.ebuild
+++ b/dev-util/hip/hip-5.1.3-r1.ebuild
@@ -56,7 +56,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
 }
 

Reply via email to