summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/cclive/files/cclive-0.9.3-boost-1.67.patch')
-rw-r--r--media-video/cclive/files/cclive-0.9.3-boost-1.67.patch13
1 files changed, 13 insertions, 0 deletions
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);
+ }
+