commit:     2b71e935e1111b8af3ad7a93fa14660d538815f2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 01:06:27 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 01:06:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b71e935

dev-libs/libwacom: Use python_has_version

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/libwacom/libwacom-2.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libwacom/libwacom-2.4.0.ebuild 
b/dev-libs/libwacom/libwacom-2.4.0.ebuild
index 919b3dae4e25..a957edf76d71 100644
--- a/dev-libs/libwacom/libwacom-2.4.0.ebuild
+++ b/dev-libs/libwacom/libwacom-2.4.0.ebuild
@@ -35,9 +35,9 @@ BDEPEND="
 "
 
 python_check_deps() {
-       has_version -b "dev-python/python-libevdev[${PYTHON_USEDEP}]" &&
-       has_version -b "dev-python/pyudev[${PYTHON_USEDEP}]" &&
-       has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
+       python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]" &&
+       python_has_version "dev-python/pyudev[${PYTHON_USEDEP}]" &&
+       python_has_version "dev-python/pytest[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

Reply via email to