From 15cc401d47e4ae537483f73657207fdad1afdca4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 20 Oct 2021 09:46:16 +0000 Subject: sys-auth/fprintd: adjust check_deps too for dbusmock rename Closes: https://bugs.gentoo.org/764500 Signed-off-by: Sam James --- sys-auth/fprintd/fprintd-1.92.0.ebuild | 3 ++- sys-auth/fprintd/fprintd-1.94.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'sys-auth/fprintd') diff --git a/sys-auth/fprintd/fprintd-1.92.0.ebuild b/sys-auth/fprintd/fprintd-1.92.0.ebuild index db5a0d6162f2..cdabc2ee675b 100644 --- a/sys-auth/fprintd/fprintd-1.92.0.ebuild +++ b/sys-auth/fprintd/fprintd-1.92.0.ebuild @@ -62,7 +62,8 @@ python_check_deps() { if use test; then has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]" fi - has_version -d "dev-python/dbusmock[${PYTHON_USEDEP}]" && + + has_version -d "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" && has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]" } diff --git a/sys-auth/fprintd/fprintd-1.94.0.ebuild b/sys-auth/fprintd/fprintd-1.94.0.ebuild index 0f1859660c28..d3f73d28d4f4 100644 --- a/sys-auth/fprintd/fprintd-1.94.0.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.0.ebuild @@ -61,7 +61,7 @@ python_check_deps() { has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]" fi - has_version -d "dev-python/dbusmock[${PYTHON_USEDEP}]" && + has_version -d "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" && has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]" } -- cgit v1.2.3-65-gdbad