Skip to content

Commit

Permalink
sdformat8 doesn't conflict with any other sdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Nov 16, 2019
1 parent f5044fd commit 92ea5c1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion Formula/sdformat4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Sdformat4 < Formula
conflicts_with "sdformat5", :because => "Differing version of the same formula"
conflicts_with "sdformat6", :because => "Differing version of the same formula"
conflicts_with "sdformat7", :because => "Differing version of the same formula"
conflicts_with "sdformat8", :because => "Differing version of the same formula"

def install
ENV.m64
Expand Down
1 change: 0 additions & 1 deletion Formula/sdformat5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Sdformat5 < Formula
conflicts_with "sdformat4", :because => "Differing version of the same formula"
conflicts_with "sdformat6", :because => "Differing version of the same formula"
conflicts_with "sdformat7", :because => "Differing version of the same formula"
conflicts_with "sdformat8", :because => "Differing version of the same formula"

def install
ENV.m64
Expand Down
1 change: 0 additions & 1 deletion Formula/sdformat6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Sdformat6 < Formula
conflicts_with "sdformat4", :because => "Differing version of the same formula"
conflicts_with "sdformat5", :because => "Differing version of the same formula"
conflicts_with "sdformat7", :because => "Differing version of the same formula"
conflicts_with "sdformat8", :because => "Differing version of the same formula"

def install
ENV.m64
Expand Down
1 change: 0 additions & 1 deletion Formula/sdformat7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Sdformat7 < Formula
conflicts_with "sdformat4", :because => "Differing version of the same formula"
conflicts_with "sdformat5", :because => "Differing version of the same formula"
conflicts_with "sdformat6", :because => "Differing version of the same formula"
conflicts_with "sdformat8", :because => "Differing version of the same formula"

def install
ENV.m64
Expand Down
7 changes: 0 additions & 7 deletions Formula/sdformat8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ class Sdformat8 < Formula
depends_on "tinyxml"
depends_on "urdfdom" => :optional

conflicts_with "sdformat", :because => "Differing version of the same formula"
conflicts_with "sdformat3", :because => "Differing version of the same formula"
conflicts_with "sdformat4", :because => "Differing version of the same formula"
conflicts_with "sdformat5", :because => "Differing version of the same formula"
conflicts_with "sdformat6", :because => "Differing version of the same formula"
conflicts_with "sdformat7", :because => "Differing version of the same formula"

def install
ENV.m64

Expand Down

0 comments on commit 92ea5c1

Please sign in to comment.