From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E47F6158091 for ; Fri, 10 Jun 2022 06:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0B9E0871; Fri, 10 Jun 2022 06:58:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFDEEE0871 for ; Fri, 10 Jun 2022 06:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDC6434163F for ; Fri, 10 Jun 2022 06:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 946CD4FA for ; Fri, 10 Jun 2022 06:58:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654844258.5b22aee51f9de289105b0810bb790714f152f65c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-16.0.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b22aee51f9de289105b0810bb790714f152f65c X-VCS-Branch: master Date: Fri, 10 Jun 2022 06:58:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4ac605b-5093-48cd-9d70-29061666adef X-Archives-Hash: 3f0c0e777c4f23393e34db2e2229d768 commit: 5b22aee51f9de289105b0810bb790714f152f65c Author: Igor V. Kovalenko gmail com> AuthorDate: Tue Jun 7 06:36:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 10 06:57:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b22aee5 media-sound/pulseaudio: Drop USE native-backend See media-sound/pulseaudio-daemon change dropping USE native-backend. Metadata entry is still needed for package versions older than 16.0 Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> media-sound/pulseaudio/pulseaudio-16.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/pulseaudio/pulseaudio-16.0.ebuild b/media-sound/pulseaudio/pulseaudio-16.0.ebuild index 8606be44c53b..9faf47d9b03c 100644 --- a/media-sound/pulseaudio/pulseaudio-16.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-16.0.ebuild @@ -15,14 +15,14 @@ LICENSE="metapackage" SLOT="0" -# NOTE: bluetooth, native-headset and ofono-headset are passed through to +# NOTE: bluetooth and ofono-headset are passed through to # pulseaudio-daemon dependency to make sure users who have bluetooth enabled # just for pulseaudio package will also get these enabled via metapackage. -IUSE="bluetooth +daemon +glib jack native-headset ofono-headset" +IUSE="bluetooth +daemon +glib jack ofono-headset" RDEPEND=" >=media-libs/libpulse-${PV}[glib?,${MULTILIB_USEDEP}] - daemon? ( >=media-sound/pulseaudio-daemon-${PV}[bluetooth?,glib?,jack?,native-headset?,ofono-headset?] ) + daemon? ( >=media-sound/pulseaudio-daemon-${PV}[bluetooth?,glib?,jack?,ofono-headset?] ) " DEPEND="${RDEPEND}"