From c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f Mon Sep 17 00:00:00 2001 From: Olivier Laurantin Date: Mon, 11 Dec 2017 21:59:44 +0100 Subject: [PATCH] media-video/ffdiaporama: fix patch location. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild b/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild index ea066ecd17b2b..da652736f010c 100644 --- a/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild +++ b/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild @@ -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"