diff options
Diffstat (limited to 'media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild')
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild index 1fc5479cdd81..d55a43e9e4fd 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild,v 1.1 2010/01/07 09:40:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.0.ebuild,v 1.2 2010/01/22 17:20:07 ssuominen Exp $ EAPI=2 @@ -15,7 +15,7 @@ IUSE="jpeg png" RDEPEND=">=media-video/ffmpeg-0.5 png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg )" + jpeg? ( media-libs/jpeg:0 )" DEPEND="${RDEPEND} dev-util/pkgconfig" |