this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26000 from jmid/expand-conf-tzdata

Expand conf-tzdata platform support

authored by

Marcello Seri and committed by
GitHub
e12f156b 92c60be9

+4 -1
+4 -1
packages/conf-tzdata/conf-tzdata.1/opam
··· 6 6 license: "public domain" 7 7 build: ["test" "-d" "/usr/share/zoneinfo"] 8 8 depexts: [ 9 - ["tzdata"] {os-family = "debian"} 9 + ["tzdata"] {os-family = "debian" | os-family = "ubuntu"} 10 + ["tzdata"] {os-distribution = "arch"} 10 11 ["tzdata"] {os-distribution = "alpine"} 12 + ["tzdata"] {os-distribution = "centos"} 11 13 ["tzdata"] {os-family = "fedora"} 12 14 ["timezone"] {os-family = "suse" | os-family = "opensuse"} 15 + ["tzdata"] {os-distribution = "ol"} 13 16 ] 14 17 synopsis: "Virtual package relying on tzdata" 15 18 description: