commit: 82c88af0f53ed0e713d3413402063ef9f50b327b Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sun Apr 24 23:48:11 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Apr 25 07:30:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c88af0
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 <monsieurp <AT> gentoo.org> .../mpv/files/{ => 0.17.0}/mpv-0.17.0-add-missing-math-include.patch | 0 .../mpv-0.17.0-fix-seeking-without-first-index-entry.patch | 0 media-video/mpv/mpv-0.17.0.ebuild | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) 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 7c3cfbb..aa01e11 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() {
