commit:     bcf2e507bea32300314b76b09939093ea8265e9e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 04:55:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 04:56:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf2e507

net-wireless/blueberry: Remove obsolete dep on rfkill

Requested in:
https://github.com/gentoo/gentoo/pull/29794#issuecomment-1445210476

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/blueberry/blueberry-1.4.8.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-wireless/blueberry/blueberry-1.4.8.ebuild 
b/net-wireless/blueberry/blueberry-1.4.8.ebuild
index e9cf5cf3b9b0..ed92957c3cf4 100644
--- a/net-wireless/blueberry/blueberry-1.4.8.ebuild
+++ b/net-wireless/blueberry/blueberry-1.4.8.ebuild
@@ -14,10 +14,10 @@ 
SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+       ${PYTHON_DEPS}
        $(python_gen_cond_dep '
                dev-python/dbus-python[${PYTHON_USEDEP}]
                dev-python/pygobject:3[${PYTHON_USEDEP}]
@@ -27,12 +27,10 @@ RDEPEND="${PYTHON_DEPS}
        >=net-wireless/gnome-bluetooth-3.14:2[introspection]
        net-wireless/bluez[obex]
        net-wireless/bluez-tools
-       || (
-               >=sys-apps/util-linux-2.31_rc1
-               net-wireless/rfkill
-       )
+       >=sys-apps/util-linux-2.31_rc1
        x11-libs/libnotify[introspection]
-       x11-misc/wmctrl"
+       x11-misc/wmctrl
+"
 DEPEND="${RDEPEND}"
 
 src_prepare() {

Reply via email to