Skip to content

Commit

Permalink
net-wireless/liblms7002m: fix PythonHasVersionUsage
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 15, 2022
1 parent 2926d84 commit 800c3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion net-wireless/liblms7002m/liblms7002m-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 800c3c8

Please sign in to comment.