commit: 15cc401d47e4ae537483f73657207fdad1afdca4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 20 09:46:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 20 09:46:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cc401d
sys-auth/fprintd: adjust check_deps too for dbusmock rename Closes: https://bugs.gentoo.org/764500 Signed-off-by: Sam James <sam <AT> gentoo.org> 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(-) diff --git a/sys-auth/fprintd/fprintd-1.92.0.ebuild b/sys-auth/fprintd/fprintd-1.92.0.ebuild index db5a0d6162f..cdabc2ee675 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 0f1859660c2..d3f73d28d4f 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}]" }
