media-video/mpv: move 0.17.0 patches under files/0.17.0/ directory
authorIlya Tumaykin <itumaykin@gmail.com>
Sun, 24 Apr 2016 23:48:11 +0000 (02:48 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 25 Apr 2016 07:30:47 +0000 (07:30 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1341
Package-Manager: portage-2.2.28

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
media-video/mpv/files/0.17.0/mpv-0.17.0-add-missing-math-include.patch [moved from media-video/mpv/files/mpv-0.17.0-add-missing-math-include.patch with 100% similarity]
media-video/mpv/files/0.17.0/mpv-0.17.0-fix-seeking-without-first-index-entry.patch [moved from media-video/mpv/files/mpv-0.17.0-fix-seeking-without-first-index-entry.patch with 100% similarity]
media-video/mpv/mpv-0.17.0.ebuild

index 7c3cfbb79412629378693ba576adfc47f97ea907..aa01e117a655e753248f20f9f3a19e9958b05251 100644 (file)
@@ -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() {