diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-09-23 23:20:38 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-09-23 23:32:07 +0300 |
commit | 0f518a8d4db6cb7a371a7a485e8cfce3ae41e225 (patch) | |
tree | 32f15991b931c4e620007d90a0843045f75346d9 /media-sound/pulseaudio | |
parent | sys-cluster/mpich2: fix DoubleEmptyLine (diff) | |
download | gentoo-0f518a8d4db6cb7a371a7a485e8cfce3ae41e225.tar.gz gentoo-0f518a8d4db6cb7a371a7a485e8cfce3ae41e225.tar.bz2 gentoo-0f518a8d4db6cb7a371a7a485e8cfce3ae41e225.zip |
media-sound/pulseaudio: move manpage build deps to BDEPEND
In gnome@ we order BDEPEND as last usually, so missed the correct
place earlier.
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild index eef388fe63b4..cc9151b23f59 100644 --- a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild @@ -74,6 +74,8 @@ REQUIRED_USE=" " BDEPEND=" + dev-lang/perl + dev-perl/XML-Parser sys-devel/gettext sys-devel/m4 virtual/libiconv @@ -140,8 +142,6 @@ COMMON_DEPEND=" # pulseaudio ships a bundle xmltoman, which uses XML::Parser DEPEND=" ${COMMON_DEPEND} - dev-lang/perl - dev-perl/XML-Parser dev-libs/libatomic_ops dev-libs/libpcre:* test? ( >=dev-libs/check-0.9.10 ) @@ -224,7 +224,7 @@ multilib_src_configure() { $(meson_native_use_feature sox soxr) -Dspeex=enabled $(meson_native_use_feature systemd) - $(meson_native_use_feature tcpd tcpwrap) + $(meson_native_use_feature tcpd tcpwrap) # TODO: This should technically be enabled for 32bit too, but at runtime it probably is never used without daemon? $(meson_native_use_feature udev) -Dvalgrind=auto $(meson_feature X x11) |