summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-11-12 21:19:54 -0500
committerCraig Andrews <candrews@gentoo.org>2018-11-26 09:15:53 -0500
commitc48303e3a22d6feaa494ad9ab1a257f516855598 (patch)
tree06c6d6fbeff93fa943bdd318e46242168ef30a9c /media-video/ffmpeg/ffmpeg-9999.ebuild
parentmedia-video/ffmpeg: fix building with USE="jack" (diff)
downloadgentoo-c48303e3a22d6feaa494ad9ab1a257f516855598.tar.gz
gentoo-c48303e3a22d6feaa494ad9ab1a257f516855598.tar.bz2
gentoo-c48303e3a22d6feaa494ad9ab1a257f516855598.zip
media-video/ffmpeg: When using samba, require the client use flag
Closes: https://bugs.gentoo.org/670868 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index bc734de14686..ca3506a2918a 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -226,7 +226,7 @@ RDEPEND="
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] )
- samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] )
+ samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] )
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
srt? ( net-libs/srt[${MULTILIB_USEDEP}] )