diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-08 15:24:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-08 15:40:30 +0300 |
commit | a9beade97fe1dc1b24887777d4813c5a6d880e65 (patch) | |
tree | 106d23866a78b726baf3ce43f65f741ef319fa17 /dev-util/hip | |
parent | dev-python/tekore: add 4.4.1 (diff) | |
download | gentoo-a9beade97fe1dc1b24887777d4813c5a6d880e65.tar.gz gentoo-a9beade97fe1dc1b24887777d4813c5a6d880e65.tar.bz2 gentoo-a9beade97fe1dc1b24887777d4813c5a6d880e65.zip |
dev-util/hip: use python_has_version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/hip')
-rw-r--r-- | dev-util/hip/hip-5.0.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/hip/hip-5.0.2-r3.ebuild b/dev-util/hip/hip-5.0.2-r3.ebuild index 15ea58b0895c..acf5fc9ef78e 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 } |