commit: c168261f54ecb4be54efc7b15e603bcd499aea21 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Nov 22 11:29:50 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Nov 22 11:30:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c168261f
net-wireless/bluez: commit the fixed ebuild I fixed it for building locally but forgot to update the one to push :S Closes: https://bugs.gentoo.org/966331 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-wireless/bluez/bluez-5.85.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-wireless/bluez/bluez-5.85.ebuild b/net-wireless/bluez/bluez-5.85.ebuild index 98250d5d0744..69504e63da8f 100644 --- a/net-wireless/bluez/bluez-5.85.ebuild +++ b/net-wireless/bluez/bluez-5.85.ebuild @@ -64,14 +64,8 @@ PATCHES=( # Try both udevadm paths to cover udev/systemd vs. eudev locations (#539844) # http://www.spinics.net/lists/linux-bluetooth/msg58739.html # https://bugs.gentoo.org/539844 - # https://github.com/bluez/bluez/issues/268 + # https://github.com/bluez/bluez/issues/1650 "${FILESDIR}"/${PN}-udevadm-path-r1.patch - - # Fix Bluetooth LE audio (from Fedora) - "${FILESDIR}"/${P}-A2DP-config.patch - - # Merged upstream - "${FILESDIR}"/bluez-5.84-revert-distcheck-fix.patch ) pkg_setup() {
