Index: ffmpeg-0.7.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.7.6.ebuild,v retrieving revision 1.1 diff -u -r1.1 ffmpeg-0.7.6.ebuild --- ffmpeg-0.7.6.ebuild 5 Oct 2011 14:06:08 -0000 1.1 +++ ffmpeg-0.7.6.ebuild 8 Oct 2011 07:07:30 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.7.6.ebuild,v 1.1 2011/10/05 14:06:08 aballier Exp $ -EAPI="2" +EAPI="4" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -248,23 +248,23 @@ } src_compile() { - emake version.h || die #252269 - emake || die + emake version.h #252269 + emake if use qt-faststart; then tc-export CC - emake -C tools qt-faststart || die + emake -C tools qt-faststart fi } src_install() { - emake DESTDIR="${D}" install install-man || die + emake DESTDIR="${D}" install install-man dodoc README INSTALL - dodoc doc/* + dodoc -r doc/* if use qt-faststart; then - dobin tools/qt-faststart || die + dobin tools/qt-faststart fi }