diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-06-14 23:13:29 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-15 22:56:34 +0100 |
commit | b503874748cd34d65b44eb4f3e5eef1e98a34bae (patch) | |
tree | c757e5042d76b460815fcac1f75135be8238396c /media-libs/libpulse | |
parent | media-sound/pulseaudio-daemon: Remove module-hal-detect. (diff) | |
download | gentoo-b503874748cd34d65b44eb4f3e5eef1e98a34bae.tar.gz gentoo-b503874748cd34d65b44eb4f3e5eef1e98a34bae.tar.bz2 gentoo-b503874748cd34d65b44eb4f3e5eef1e98a34bae.zip |
media-libs/libpulse: Drop IUSE tcpd
This flag used to control server-side sockets implemented in libpulse client
library. With 16.0 release implementation is moved to daemon package.
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25887
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libpulse')
-rw-r--r-- | media-libs/libpulse/libpulse-16.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/libpulse/libpulse-16.0.ebuild b/media-libs/libpulse/libpulse-16.0.ebuild index 9ab4bd86da9c..f1409d9fdd36 100644 --- a/media-libs/libpulse/libpulse-16.0.ebuild +++ b/media-libs/libpulse/libpulse-16.0.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1+" SLOT="0" -IUSE="+asyncns dbus doc +glib gtk selinux systemd tcpd test valgrind X" +IUSE="+asyncns dbus doc +glib gtk selinux systemd test valgrind X" RESTRICT="!test? ( test )" # NOTE: libpcre needed in some cases, bug #472228 @@ -39,7 +39,6 @@ RDEPEND=" gtk? ( x11-libs/gtk+:3 ) selinux? ( sec-policy/selinux-pulseaudio ) systemd? ( sys-apps/systemd:= ) - tcpd? ( sys-apps/tcp-wrappers ) valgrind? ( dev-util/valgrind ) X? ( x11-libs/libX11[${MULTILIB_USEDEP}] @@ -130,7 +129,7 @@ multilib_src_configure() { -Dsoxr=disabled -Dspeex=disabled $(meson_native_use_feature systemd) - $(meson_native_use_feature tcpd tcpwrap) + -Dtcpwrap=disabled -Dudev=disabled $(meson_native_use_feature valgrind) $(meson_feature X x11) |