···15151616depexts: [
1717 ["libopencc1"] {os-family = "debian"}
1818- ["libopencc1"] {os-family = "suse"}
1818+ ["libopencc1"] {os-family = "suse" | os-family = "opensuse"}
1919]
2020post-messages: [
2121 "If the libopencc0 library is not installed by the system package manager, make sure that the path of the directory containing libopencc.so.1 is included in env-var LD_LIBRARY_PATH(for ld) and LIBRARY_PATH(for cc)" {failure}
···1313 ["time"] {os-distribution = "centos"}
1414 ["time"] {os-distribution = "fedora"}
1515 ["time"] {os-distribution = "ol"}
1616- ["time"] {os-family = "suse"}
1616+ ["time"] {os-family = "suse" | os-family = "opensuse"}
1717 ["time"] {os-family = "arch"}
1818 # busybox time is installed by default on Alpine, GNU-time is time@testing
1919]
+1-1
packages/conf-tk/conf-tk.1/opam
···1717 ["tk-dev"] {os-family = "alpine"}
1818 ["tk-devel"] {os-family = "rhel"}
1919 ["tk-devel"] {os-family = "fedora"}
2020- ["tk-devel"] {os-family = "suse"}
2020+ ["tk-devel"] {os-family = "suse" | os-family = "opensuse"}
2121 ["x11-toolkits/tk86"] {os = "freebsd"}
2222 # NOTE: On macOS tk is included in the base OS in /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
2323 # but requries X11 headers for the tk headers to work