From: Ilya Tumaykin Date: Sun, 24 Apr 2016 23:48:11 +0000 (+0300) Subject: media-video/mpv: move 0.17.0 patches under files/0.17.0/ directory X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82c88af0f53ed0e713d3413402063ef9f50b327b;p=gentoo.git media-video/mpv: move 0.17.0 patches under files/0.17.0/ directory Closes: https://github.com/gentoo/gentoo/pull/1341 Package-Manager: portage-2.2.28 Signed-off-by: Patrice Clement --- diff --git a/media-video/mpv/files/mpv-0.17.0-add-missing-math-include.patch b/media-video/mpv/files/0.17.0/mpv-0.17.0-add-missing-math-include.patch similarity index 100% rename from media-video/mpv/files/mpv-0.17.0-add-missing-math-include.patch rename to media-video/mpv/files/0.17.0/mpv-0.17.0-add-missing-math-include.patch diff --git a/media-video/mpv/files/mpv-0.17.0-fix-seeking-without-first-index-entry.patch b/media-video/mpv/files/0.17.0/mpv-0.17.0-fix-seeking-without-first-index-entry.patch similarity index 100% rename from media-video/mpv/files/mpv-0.17.0-fix-seeking-without-first-index-entry.patch rename to media-video/mpv/files/0.17.0/mpv-0.17.0-fix-seeking-without-first-index-entry.patch diff --git a/media-video/mpv/mpv-0.17.0.ebuild b/media-video/mpv/mpv-0.17.0.ebuild index 7c3cfbb79412..aa01e117a655 100644 --- a/media-video/mpv/mpv-0.17.0.ebuild +++ b/media-video/mpv/mpv-0.17.0.ebuild @@ -127,8 +127,8 @@ RDEPEND="${COMMON_DEPEND} " PATCHES=( - "${FILESDIR}/${P}-fix-seeking-without-first-index-entry.patch" - "${FILESDIR}/${P}-add-missing-math-include.patch" + "${FILESDIR}/${PV}/${P}-fix-seeking-without-first-index-entry.patch" + "${FILESDIR}/${PV}/${P}-add-missing-math-include.patch" ) pkg_pretend() {