diff options
author | 2022-09-05 17:26:16 +0800 | |
---|---|---|
committer | 2022-09-12 16:41:05 +0800 | |
commit | 430977b9924951dd5a00a647037a264b50640825 (patch) | |
tree | 61d51c89d7444c7c0928ea3ef7a0c3d3a046dc2e /dev-util/hip | |
parent | dev-util/hip: Use docs.eclass to control doc install (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-util/hip')
-rw-r--r-- | dev-util/hip/hip-5.1.3-r1.ebuild | 2 |
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 } |