diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:48 +0200 |
commit | a8ba3a9b6d368820967761de6b247f47bbad5a27 (patch) | |
tree | de82835812847a010f6c252bacb5ac60c6a74dd1 /net-wireless/blueberry | |
parent | net-print/hplip: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-a8ba3a9b6d368820967761de6b247f47bbad5a27.tar.gz gentoo-a8ba3a9b6d368820967761de6b247f47bbad5a27.tar.bz2 gentoo-a8ba3a9b6d368820967761de6b247f47bbad5a27.zip |
net-wireless/blueberry: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-wireless/blueberry')
-rw-r--r-- | net-wireless/blueberry/blueberry-1.4.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/blueberry/blueberry-1.4.2.ebuild b/net-wireless/blueberry/blueberry-1.4.2.ebuild index b028a7305853..d4077a454e74 100644 --- a/net-wireless/blueberry/blueberry-1.4.2.ebuild +++ b/net-wireless/blueberry/blueberry-1.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit gnome2-utils python-single-r1 xdg-utils @@ -19,10 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - dev-python/setproctitle[${PYTHON_MULTI_USEDEP}] - dev-python/xapp[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/setproctitle[${PYTHON_USEDEP}] + dev-python/xapp[${PYTHON_USEDEP}] ') >=net-wireless/gnome-bluetooth-3.14[introspection] net-wireless/bluez[obex] |