commit:     babcd04ec77726964b1c6882ae3443d4bad291c0
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sun Jun 29 10:50:29 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 07:55:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babcd04e

net-wireless/bluez: minor improvements

- https HOMEPAGE
- use optfeature for net-dialup/ppp message

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42804
Closes: https://github.com/gentoo/gentoo/pull/42804
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-wireless/bluez/bluez-5.83.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/bluez/bluez-5.83.ebuild 
b/net-wireless/bluez/bluez-5.83.ebuild
index c3846b833dd1..5435bcc9fe9f 100644
--- a/net-wireless/bluez/bluez-5.83.ebuild
+++ b/net-wireless/bluez/bluez-5.83.ebuild
@@ -4,10 +4,10 @@
 EAPI=8
 PYTHON_COMPAT=( python3_{11..13} )
 
-inherit autotools flag-o-matic linux-info python-single-r1 systemd udev 
multilib-minimal #readme.gentoo-r1
+inherit autotools flag-o-matic linux-info optfeature python-single-r1 systemd 
udev multilib-minimal #readme.gentoo-r1
 
 DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
-HOMEPAGE="http://www.bluez.org https://github.com/bluez/bluez";
+HOMEPAGE="https://www.bluez.org https://github.com/bluez/bluez";
 SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz";
 
 LICENSE="GPL-2+ LGPL-2.1+"
@@ -39,6 +39,7 @@ BDEPEND="
 "
 DEPEND="
        >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
+       >=sys-apps/dbus-1.6:=
        btpclient? ( >=dev-libs/ell-0.39 )
        cups? ( net-print/cups:= )
        mesh? (
@@ -50,7 +51,6 @@ DEPEND="
        obex? ( dev-libs/libical:= )
        readline? ( sys-libs/readline:0= )
        systemd? ( sys-apps/systemd )
-       >=sys-apps/dbus-1.6:=
        udev? ( >=virtual/udev-196 )
 "
 RDEPEND="${DEPEND}
@@ -272,7 +272,7 @@ pkg_postinst() {
        use udev && udev_reload
        systemd_reenable bluetooth.service
 
-       has_version net-dialup/ppp || elog "To use dial up networking you must 
install net-dialup/ppp"
+       optfeature "Dial-up networking" net-dialup/ppp
 }
 
 pkg_postrm() {

Reply via email to