summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2018-02-05 23:19:31 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-05 23:21:25 +0100
commitbcdc0b042764a52730954c29fda8d3aa36674c24 (patch)
treea7d5514a4d11cf4dc5bc030da59e905766581ba5 /media-video/mpv/mpv-0.27.0-r1.ebuild
parentsys-libs/freeipmi: remove unused patch (diff)
downloadgentoo-bcdc0b042764a52730954c29fda8d3aa36674c24.tar.gz
gentoo-bcdc0b042764a52730954c29fda8d3aa36674c24.tar.bz2
gentoo-bcdc0b042764a52730954c29fda8d3aa36674c24.zip
media-video/mpv: fix float comparisons in tests
Closes: https://bugs.gentoo.org/628252 Closes: https://github.com/gentoo/gentoo/pull/7052 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-0.27.0-r1.ebuild')
-rw-r--r--media-video/mpv/mpv-0.27.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.27.0-r1.ebuild b/media-video/mpv/mpv-0.27.0-r1.ebuild
index fd90c09f204f..558adb5ce720 100644
--- a/media-video/mpv/mpv-0.27.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.27.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -141,6 +141,7 @@ RDEPEND="${COMMON_DEPEND}
PATCHES=(
"${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch"
"${FILESDIR}/${PN}-0.23.0-make-libavdevice-check-accept-libav.patch"
+ "${FILESDIR}/${PN}-0.25.0-fix-float-comparisons-in-tests.patch"
)
pkg_setup() {