summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2022-02-02 16:40:18 +0100
committerAmy Liffey <amynka@gentoo.org>2022-02-02 16:47:53 +0100
commitc5fd35ce0be1729319b73caeb7ee08d47c8712ec (patch)
treea2ae2d227c51665d12cfa1d80c4eceeba72a4255 /app-misc/khal/files
parentsci-mathematics/ginac: ginac-1.8.2[doc] DEPENDs on texlive-latexextra (diff)
downloadgentoo-c5fd35ce0be1729319b73caeb7ee08d47c8712ec.tar.gz
gentoo-c5fd35ce0be1729319b73caeb7ee08d47c8712ec.tar.bz2
gentoo-c5fd35ce0be1729319b73caeb7ee08d47c8712ec.zip
app-misc/khal: version bump 0.10.4
Closes: https://bugs.gentoo.org/796014 Closes: https://bugs.gentoo.org/774732 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Amy Liffey <amynka@gentoo.org>
Diffstat (limited to 'app-misc/khal/files')
-rw-r--r--app-misc/khal/files/khal-0.10.4-add-etag.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-misc/khal/files/khal-0.10.4-add-etag.patch b/app-misc/khal/files/khal-0.10.4-add-etag.patch
new file mode 100644
index 000000000000..14b9e6df71bf
--- /dev/null
+++ b/app-misc/khal/files/khal-0.10.4-add-etag.patch
@@ -0,0 +1,10 @@
+--- a/khal/ui/__init__.py 2022-02-02 16:30:20.507169060 +0100
++++ b/khal/ui/__init__.py 2022-02-02 16:30:46.497378047 +0100
+@@ -1109,6 +1109,7 @@
+ account, href, etag = part.split('\n', 2)
+ event = self.collection.get_event(href, account)
+ event.delete_instance(rec_id)
++ event.etag = etag
+ self.collection.update(event)
+
+ def keypress(self, size, key):