From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1527902-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A96F15810F for <garchives@archives.gentoo.org>; Sun, 11 Jun 2023 14:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90B35E08B1; Sun, 11 Jun 2023 14:34:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76169E08B1 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 14:34:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99C5A340F84 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 14:34:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F40A85 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 14:34:14 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1686494043.1a84a9bfc01df56f5ff58a459da4bbdeebca76d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-9999.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a84a9bfc01df56f5ff58a459da4bbdeebca76d1 X-VCS-Branch: master Date: Sun, 11 Jun 2023 14:34:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64a35247-3a0e-4a84-89f9-58ebb9c0fdb0 X-Archives-Hash: 5a0a0131b70357731c06d27a3ef38eff commit: 1a84a9bfc01df56f5ff58a459da4bbdeebca76d1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon May 29 09:29:46 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 14:34:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a84a9bf net-wireless/blueman: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-wireless/blueman/blueman-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 562e90902442..65fe1c7ffb7d 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -67,14 +67,11 @@ RDEPEND=" >=net-misc/networkmanager-0.8[introspection] ) ) - policykit? ( - sys-auth/polkit - ) + policykit? ( sys-auth/polkit ) pulseaudio? ( || ( - media-sound/pulseaudio-daemon[bluetooth] media-video/pipewire[bluetooth] - <media-sound/pulseaudio-15.99.1[bluetooth] + media-sound/pulseaudio-daemon[bluetooth] ) ) "