diff --git a/ffmpeg/ChangeLog b/ffmpeg/ChangeLog index 5fbf76f..372ca7c 100644 --- a/ffmpeg/ChangeLog +++ b/ffmpeg/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.753 2014/06/19 13:14:49 mgorny Exp $ + 02 Jul 2014; Max Mustermann ffmpeg-9999.ebuild: + Fix dodoc, RELEASE_NOTES are dropped by upstream, bug #515118. + 19 Jun 2014; Michał Górny ffmpeg-0.10.12.ebuild, ffmpeg-0.10.13.ebuild, ffmpeg-1.2.6-r1.ebuild, ffmpeg-2.2.3-r1.ebuild, ffmpeg-9999.ebuild: diff --git a/ffmpeg/ffmpeg-9999.ebuild b/ffmpeg/ffmpeg-9999.ebuild index bff725b..5b42378 100644 --- a/ffmpeg/ffmpeg-9999.ebuild +++ b/ffmpeg/ffmpeg-9999.ebuild @@ -360,7 +360,7 @@ multilib_src_install() { } multilib_src_install_all() { - dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges doc/RELEASE_NOTES + dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges use doc && dohtml -r doc/* if use examples ; then dodoc -r doc/examples