From 62b4740ad4c10f5423a1ce506840d1d80cd39299 Mon Sep 17 00:00:00 2001 From: Tatsuki Makino Date: Wed, 1 Sep 2021 16:12:03 -0700 Subject: multimedia/openshot: Update to 2.6.0 PR: 258162 --- multimedia/openshot/files/patch-src_classes_exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/openshot/files/patch-src_classes_exceptions.py') diff --git a/multimedia/openshot/files/patch-src_classes_exceptions.py b/multimedia/openshot/files/patch-src_classes_exceptions.py index c5ff6b9138ac..d236f25bd117 100644 --- a/multimedia/openshot/files/patch-src_classes_exceptions.py +++ b/multimedia/openshot/files/patch-src_classes_exceptions.py @@ -1,6 +1,6 @@ ---- src/classes/exceptions.py.orig 2021-06-09 04:36:57 UTC +--- src/classes/exceptions.py.orig 2021-08-24 18:04:45 UTC +++ src/classes/exceptions.py -@@ -141,6 +141,8 @@ def libopenshot_crash_recovery(): +@@ -109,6 +109,8 @@ def libopenshot_crash_recovery(): # Format last log line based on OS (since each OS can be formatted differently) if platform.system() == "Darwin": last_log_line = "mac-%s" % last_log_line[58:].strip() -- cgit v1.2.3