Skip to content

Commit 41c1af2

Browse files
authored
Merge pull request #21993 from kit-ty-kate/conf-graphviz-family
conf-graphviz: Add support for distributions derived of ubuntu, archlinux, gentoo and alpine
2 parents 11ea1cb + cb48a79 commit 41c1af2

File tree

1 file changed

+4
-3
lines changed
  • packages/conf-graphviz/conf-graphviz.0.1

1 file changed

+4
-3
lines changed

packages/conf-graphviz/conf-graphviz.0.1/opam

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ build: [
1010
depends: ["conf-which" {build}]
1111
depexts: [
1212
["graphviz"] {os-family = "debian"}
13+
["graphviz"] {os-family = "ubuntu"}
1314
["graphviz"] {os-family = "suse"}
1415
["graphviz"] {os-distribution = "fedora"}
1516
["graphviz"] {os-distribution = "centos"}
16-
["graphviz"] {os-distribution = "arch"}
17-
["graphviz"] {os-distribution = "alpine"}
18-
["media-gfx/graphviz"] {os-distribution = "gentoo"}
17+
["graphviz"] {os-family = "arch"}
18+
["graphviz"] {os-family = "alpine"}
19+
["media-gfx/graphviz"] {os-family = "gentoo"}
1920
["graphviz"] {os = "macos" & os-distribution = "homebrew"}
2021
["graphviz"] {os = "openbsd"}
2122
["system:graphviz"] {os = "win32" & os-distribution = "cygwinports"}

0 commit comments

Comments
 (0)