summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-20 09:46:16 +0000
committerSam James <sam@gentoo.org>2021-10-20 09:46:34 +0000
commit15cc401d47e4ae537483f73657207fdad1afdca4 (patch)
tree20c11e339fba5044b86419e8628409f78476058d /sys-auth/fprintd
parentsys-auth/fprintd: add 1.94.0 (diff)
downloadgentoo-15cc401d47e4ae537483f73657207fdad1afdca4.tar.gz
gentoo-15cc401d47e4ae537483f73657207fdad1afdca4.tar.bz2
gentoo-15cc401d47e4ae537483f73657207fdad1afdca4.zip
sys-auth/fprintd: adjust check_deps too for dbusmock rename
Closes: https://bugs.gentoo.org/764500 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/fprintd')
-rw-r--r--sys-auth/fprintd/fprintd-1.92.0.ebuild3
-rw-r--r--sys-auth/fprintd/fprintd-1.94.0.ebuild2
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 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}]"
}