summaryrefslogtreecommitdiff
path: root/media-video/cclive/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /media-video/cclive/files
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'media-video/cclive/files')
-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);
+ }
+