From d77d45673e5909170d6892c8347d5075a5efad58 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 17 Aug 2021 13:07:51 +0200 Subject: Move dev-python/{dbusmock → python-dbusmock} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-wireless/gnome-bluetooth') diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild index 1158f711755d..f30aa94cb950 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild @@ -35,7 +35,7 @@ BDEPEND=" virtual/pkgconfig test? ( $(python_gen_any_dep ' - dev-python/dbusmock[${PYTHON_USEDEP}] + dev-python/python-dbusmock[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] ') ) @@ -43,7 +43,7 @@ BDEPEND=" python_check_deps() { if use test; then - has_version -b "dev-python/dbusmock[${PYTHON_USEDEP}]" && \ + has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" fi } -- cgit v1.2.3-65-gdbad