summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2022-06-07 09:36:45 +0300
committerSam James <sam@gentoo.org>2022-06-10 07:57:38 +0100
commit5b22aee51f9de289105b0810bb790714f152f65c (patch)
treed1170b62ec31e175bb8c4b0d9e53f8202f1e3a36 /media-sound/pulseaudio
parentmedia-sound/pulseaudio-daemon: Untangle USE equalizer and fftw (diff)
downloadgentoo-5b22aee51f9de289105b0810bb790714f152f65c.tar.gz
gentoo-5b22aee51f9de289105b0810bb790714f152f65c.tar.bz2
gentoo-5b22aee51f9de289105b0810bb790714f152f65c.zip
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 <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r--media-sound/pulseaudio/pulseaudio-16.0.ebuild6
1 files 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}"