this repo has no description
0
fork

Configure Feed

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

Merge pull request #27644 from jmid/conf-diffutils-patch

Patch conf-diffutils's build check on OpenBSD

authored by

Marcello Seri and committed by
GitHub
a1aecf33 16df1def

+1 -1
+1 -1
packages/conf-diffutils/conf-diffutils.2/opam
··· 5 5 authors: "GNU Project" 6 6 license: "GPL-3.0-or-later" 7 7 build: [ 8 - ["diff" "--help"] { os != "freebsd" } 8 + ["diff" "--help"] { os != "freebsd" & os != "openbsd" } 9 9 ["gdiff" "--help"] { os = "freebsd" | os = "openbsd" } 10 10 ] 11 11 depexts: [