From dfd4747776081d35211e5dd094f4fb48baf1c437 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 29 Jan 2021 10:54:32 +0100
Subject: [PATCH] Calendar: tzdata/pacificnew and tzdata/systemv are no more.

---
 lib/modules/Calendar.pmod/Timezone.pmod | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/modules/Calendar.pmod/Timezone.pmod b/lib/modules/Calendar.pmod/Timezone.pmod
index 10c2ff33fd..69e31b675a 100644
--- a/lib/modules/Calendar.pmod/Timezone.pmod
+++ b/lib/modules/Calendar.pmod/Timezone.pmod
@@ -1318,8 +1318,10 @@ class Runtime_timezone_compiler
       "europe",
       "northamerica",
       "southamerica",
+#if 0
       "pacificnew",
       "systemv",
+#endif
    });
 
    mapping zone_cache;
-- 
GitLab