commit: f4c63f562ab9e74c363af1cedc93d9f64a6a0b40
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 09:12:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 09:42:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c63f56
sys-apps/accountsservice: fix PythonAnyMismatchedDepHasVersionCheck
has_version was checking DEPEND, not BDEPEND, so change to python_has_version
for better defaults (defaults to BDEPEND) but also nicer output.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/accountsservice/accountsservice-22.08.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
index a989b367b5f4..40e0dad498bc 100644
--- a/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
+++ b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
@@ -55,7 +55,7 @@ PATCHES=(
python_check_deps() {
if use test; then
- has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]"
+ python_has_version
"dev-python/python-dbusmock[${PYTHON_USEDEP}]"
fi
}