this repo has no description
0
fork

Configure Feed

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

Merge pull request #27554 from jmid/conf-diffutils-openbsd

conf-diffutils: add support for OpenBSD

authored by

Raphaël Proust and committed by
GitHub
94a68d7e a85183f5

+2 -1
+2 -1
packages/conf-diffutils/conf-diffutils.2/opam
··· 6 6 license: "GPL-3.0-or-later" 7 7 build: [ 8 8 ["diff" "--help"] { os != "freebsd" } 9 - ["gdiff" "--help"] { os = "freebsd" } 9 + ["gdiff" "--help"] { os = "freebsd" | os = "openbsd" } 10 10 ] 11 11 depexts: [ 12 12 ["diffutils"] {os-family = "debian"} ··· 21 21 ["diffutils"] {os-distribution = "arch"} 22 22 ["diffutils"] {os = "macos" & os-distribution = "homebrew"} 23 23 ["diffutils"] {os = "freebsd"} 24 + ["textproc/gdiff"] {os = "openbsd"} 24 25 ] 25 26 26 27 synopsis: "Virtual package relying on diffutils"