diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-21 08:54:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-21 14:53:34 +0200 |
commit | 9e32acc210c81f54ec2c1044cd3aff26e6cc12fe (patch) | |
tree | 3ee41cb8ea18cbaa98abfe6b1894520f171048ac /sys-devel | |
parent | sys-devel/llvm: Rename check_live_ebuild to comply to policy (diff) | |
download | gentoo-9e32acc210c81f54ec2c1044cd3aff26e6cc12fe.tar.gz gentoo-9e32acc210c81f54ec2c1044cd3aff26e6cc12fe.tar.bz2 gentoo-9e32acc210c81f54ec2c1044cd3aff26e6cc12fe.zip |
sys-devel/llvm: Use python_has_version
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-14.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-15.0.0.9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/llvm/llvm-14.0.6-r1.ebuild b/sys-devel/llvm/llvm-14.0.6-r1.ebuild index fcee531bd42f..f21b43b8bd2c 100644 --- a/sys-devel/llvm/llvm-14.0.6-r1.ebuild +++ b/sys-devel/llvm/llvm-14.0.6-r1.ebuild @@ -75,8 +75,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 -b "dev-python/recommonmark[${PYTHON_USEDEP}]" && + python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" } check_uptodate() { diff --git a/sys-devel/llvm/llvm-15.0.0.9999.ebuild b/sys-devel/llvm/llvm-15.0.0.9999.ebuild index c6095aed35b3..bcf786694588 100644 --- a/sys-devel/llvm/llvm-15.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-15.0.0.9999.ebuild @@ -72,8 +72,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 -b "dev-python/recommonmark[${PYTHON_USEDEP}]" && + python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" } check_uptodate() { |