summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2022-09-05 17:26:16 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-09-12 16:41:05 +0800
commit430977b9924951dd5a00a647037a264b50640825 (patch)
tree61d51c89d7444c7c0928ea3ef7a0c3d3a046dc2e
parentdev-util/hip: Use docs.eclass to control doc install (diff)
downloadgentoo-430977b9924951dd5a00a647037a264b50640825.tar.gz
gentoo-430977b9924951dd5a00a647037a264b50640825.tar.bz2
gentoo-430977b9924951dd5a00a647037a264b50640825.zip
dev-util/hip: Use python_has_version recommended by QA
Closes: https://github.com/gentoo/gentoo/pull/27066 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-rw-r--r--dev-util/hip/hip-5.1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}