net-wireless/liblms7002m: fix PythonHasVersionUsage

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-15 15:56:43 +01:00
parent 2926d84a6e
commit 800c3c8bec
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ BDEPEND="
"
python_check_deps() {
has_version "dev-python/cheetah3[${PYTHON_USEDEP}]"
python_has_version "dev-python/cheetah3[${PYTHON_USEDEP}]"
}
src_configure() {

View File

@@ -28,7 +28,7 @@ BDEPEND="
"
python_check_deps() {
has_version "dev-python/cheetah3[${PYTHON_USEDEP}]"
python_has_version "dev-python/cheetah3[${PYTHON_USEDEP}]"
}
src_configure() {