commit:     681dd1114a3a81c5e4f8131bf3f4766b7310a5a2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 07:40:54 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 15:53:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681dd111

sys-devel/llvm: use python_has_version

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-devel/llvm/llvm-13.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/llvm/llvm-13.0.1.ebuild 
b/sys-devel/llvm/llvm-13.0.1.ebuild
index 9bec4f84d3ae..2d52bf8cfe60 100644
--- a/sys-devel/llvm/llvm-13.0.1.ebuild
+++ b/sys-devel/llvm/llvm-13.0.1.ebuild
@@ -67,8 +67,8 @@ llvm.org_set_globals
 python_check_deps() {
        use doc || return 0
 
-       has_version -b "dev-python/recommonmark[${PYTHON_USEDEP}]" &&
-       has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]"
+       python_has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" &&
+       python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
 }
 
 check_uptodate() {

Reply via email to