summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2022-06-14 22:58:49 +0300
committerSam James <sam@gentoo.org>2022-06-15 22:56:33 +0100
commitf8145bf27a3832070edfc76961624dad342d1082 (patch)
treefb9342e361ac9cebe09809aeec49e5bfe633b9ea /media-sound
parentmedia-sound/pulseaudio-daemon: Drop IUSE gtk (diff)
downloadgentoo-f8145bf27a3832070edfc76961624dad342d1082.tar.gz
gentoo-f8145bf27a3832070edfc76961624dad342d1082.tar.bz2
gentoo-f8145bf27a3832070edfc76961624dad342d1082.zip
media-sound/pulseaudio-daemon: Drop IUSE ipv6
Drop IUSE ipv6 and unconditionally enable support for IPv6 since pulseaudio would automatically detect and handle IPv4/IPv6 addresses in configuration. IUSE ipv6 is already dropped from media-sound/libpulse. Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild
index 960fa0f71668..dbe0de94faea 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild
@@ -32,7 +32,7 @@ SLOT="0"
# +alsa-plugin as discussed in bug #519530
# TODO: Find out why webrtc-aec is + prefixed - there's already the always available speexdsp-aec
# NOTE: The current ebuild sets +X almost certainly just for the pulseaudio.desktop file
-IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer ipv6 jack ldac lirc
+IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer jack ldac lirc
ofono-headset +orc oss selinux sox ssl systemd system-wide tcpd test +udev valgrind +webrtc-aec +X zeroconf"
RESTRICT="!test? ( test )"
@@ -219,7 +219,7 @@ src_configure() {
$(meson_feature gstreamer)
-Dgtk=disabled
-Dhal-compat=true # Consider disabling on next revbump
- $(meson_use ipv6)
+ -Dipv6=true
$(meson_feature jack)
$(meson_feature lirc)
$(meson_feature ssl openssl)