media-video/ffdiaporama: fix patch location.
authorOlivier Laurantin <olivier.laurantin@laposte.net>
Mon, 11 Dec 2017 20:59:44 +0000 (21:59 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 21 Dec 2017 20:27:13 +0000 (21:27 +0100)
Fix the location of the patch recently moved to devspace.
Patch is now located in DISTDIR.

Closes: https://bugs.gentoo.org/640632
Closes: https://github.com/gentoo/gentoo/pull/6523

media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild

index ea066ecd17b2b219c03fc1d8d1275aaca2e81730..da652736f010c26454461aeb8c6750d17f67f8d7 100644 (file)
@@ -39,7 +39,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 DOCS=( authors.txt )
-PATCHES=( "${FILESDIR}"/${P}-{ffmpeg-2.4,libav10,ffmpeg-3.0}.patch )
+PATCHES=( "${DISTDIR}"/${P}-libav10.patch "${FILESDIR}"/${P}-{ffmpeg-2.4,ffmpeg-3.0}.patch )
 
 S="${WORKDIR}/ffDiaporama"