diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-04-25 02:48:11 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-25 07:30:47 +0000 |
commit | 82c88af0f53ed0e713d3413402063ef9f50b327b (patch) | |
tree | a0a64975c1b6a7fd8d95e593609af1f272362c60 /media-video/mpv | |
parent | media-video/mpv: replace math.h patch with upstream equivalent in 0.17.0 (diff) | |
download | gentoo-82c88af0f53ed0e713d3413402063ef9f50b327b.tar.gz gentoo-82c88af0f53ed0e713d3413402063ef9f50b327b.tar.bz2 gentoo-82c88af0f53ed0e713d3413402063ef9f50b327b.zip |
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@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/files/0.17.0/mpv-0.17.0-add-missing-math-include.patch (renamed from media-video/mpv/files/mpv-0.17.0-add-missing-math-include.patch) | 0 | ||||
-rw-r--r-- | media-video/mpv/files/0.17.0/mpv-0.17.0-fix-seeking-without-first-index-entry.patch (renamed from media-video/mpv/files/mpv-0.17.0-fix-seeking-without-first-index-entry.patch) | 0 | ||||
-rw-r--r-- | 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 index 9f04fbe89c5c..9f04fbe89c5c 100644 --- 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 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 index 82c6d37c6f49..82c6d37c6f49 100644 --- 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 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() { |