From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CFB4139083 for ; Thu, 21 Dec 2017 20:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1349E0FE2; Thu, 21 Dec 2017 20:29:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B837E0FE2 for ; Thu, 21 Dec 2017 20:29:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BDF1340754 for ; Thu, 21 Dec 2017 20:29:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EE93AE8F for ; Thu, 21 Dec 2017 20:29:32 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513888033.c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild X-VCS-Directories: media-video/ffdiaporama/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f X-VCS-Branch: master Date: Thu, 21 Dec 2017 20:29:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92b52f60-6524-45a6-9e1a-5ac2dfbd2516 X-Archives-Hash: 5b371e66e7ebb06309c42d0757e03aaa commit: c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f Author: Olivier Laurantin laposte net> AuthorDate: Mon Dec 11 20:59:44 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 21 20:27:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ff1e0a 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 ea066ecd17b..da652736f01 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"