diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 20:45:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 20:45:16 +0000 |
commit | bb05ac0fe7af69045f9006595f43c7f0f7fd02ac (patch) | |
tree | db431aec2fa8ea0b9163953eef17e2985328d567 /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | ffmpeg provides libpostproc (diff) | |
download | gentoo-2-bb05ac0fe7af69045f9006595f43c7f0f7fd02ac.tar.gz gentoo-2-bb05ac0fe7af69045f9006595f43c7f0f7fd02ac.tar.bz2 gentoo-2-bb05ac0fe7af69045f9006595f43c7f0f7fd02ac.zip |
block libpostproc as should have been done from the beginning
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 7498a12e288e..51b68b241bd8 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.93 2012/05/17 20:39:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.94 2012/05/17 20:45:16 aballier Exp $ EAPI="4" @@ -91,6 +91,7 @@ RDEPEND=" X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes ) zlib? ( sys-libs/zlib ) !media-video/qt-faststart + !media-libs/libpostproc " DEPEND="${RDEPEND} |