commit:     d55510903b550374447396eb635ec2d185ee683b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 12:24:45 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 12:24:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5551090

media-video/ffmpeg: depend unconditionally on pkgconfig.

Some deps were missing their pkgconfig dep, and it is not worth maintaining it 
for something that is installed in almost every system.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-video/ffmpeg/ffmpeg-9999.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild 
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 4996b93..210a649 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -247,16 +247,10 @@ RDEPEND="
 DEPEND="${RDEPEND}
        >=sys-devel/make-3.81
        doc? ( sys-apps/texinfo )
-       fontconfig? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-       gnutls? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-       ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
+       >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
        ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
-       libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
        cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 )
-       librtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-       schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
        test? ( net-misc/wget sys-devel/bc )
-       truetype? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
        v4l? ( sys-kernel/linux-headers )
 "
 

Reply via email to