From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- media-video/cclive/files/cclive-0.9.3-boost-1.67.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-video/cclive/files/cclive-0.9.3-boost-1.67.patch (limited to 'media-video/cclive/files') diff --git a/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch b/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch new file mode 100644 index 000000000000..7eecb491a5b5 --- /dev/null +++ b/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/671768 + +--- a/src/cc/progressbar.h ++++ b/src/cc/progressbar.h +@@ -316,7 +316,7 @@ private: + + static inline std::string eta_from_seconds(const double s) + { +- const pt::time_duration& td = pt::seconds(s); ++ const pt::time_duration& td = pt::seconds(long(s)); + return pt::to_simple_string(td); + } + -- cgit v1.2.3