summaryrefslogtreecommitdiff
path: root/app-misc/khal/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-06 11:33:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-06 11:33:44 +0100
commit0e52cbae2c719c3ef794ebeb0f4374fb96efcff3 (patch)
tree7e5732a7869c402a96586eca1ff1b574e59a328f /app-misc/khal/files
parent0922e7f160098c343e6e41a5e167a69b9e035db6 (diff)
gentoo auto-resync : 06:05:2023 - 11:33:44
Diffstat (limited to 'app-misc/khal/files')
-rw-r--r--app-misc/khal/files/khal-0.10.4-add-etag.patch10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index 14b9e6df71bf..000000000000
--- a/app-misc/khal/files/khal-0.10.4-add-etag.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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):