Skip to content

Commit 86b42fa

Browse files
committed
remove deprecated syntax
1 parent 5cf1cbe commit 86b42fa

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

Formula/llvm-3.9.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ class Llvm39 < Formula
9191
depends_on "cmake" => :build
9292

9393
# requires gcc >= 4.7
94-
fails_with :gcc_4_0
95-
fails_with :gcc
94+
fails_with :gcc_4_2
9695
("4.3".."4.6").each do |n|
9796
fails_with :gcc => n
9897
end

Formula/llvm-4.0.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ class Llvm40 < Formula
9191
depends_on "cmake" => :build
9292

9393
# requires gcc >= 4.8
94-
fails_with :gcc_4_0
95-
fails_with :gcc
94+
fails_with :gcc_4_2
9695
("4.3".."4.7").each do |n|
9796
fails_with :gcc => n
9897
end

Formula/llvm-5.0.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ class Llvm50 < Formula
9393
depends_on "cmake" => :build
9494

9595
# requires gcc >= 4.8
96-
fails_with :gcc_4_0
97-
fails_with :gcc
96+
fails_with :gcc_4_2
9897
("4.3".."4.7").each do |n|
9998
fails_with :gcc => n
10099
end

Formula/llvm-6.0.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ class Llvm60 < Formula
9393
depends_on "cmake" => :build
9494

9595
# requires gcc >= 4.8
96-
fails_with :gcc_4_0
97-
fails_with :gcc
96+
fails_with :gcc_4_2
9897
("4.3".."4.7").each do |n|
9998
fails_with :gcc => n
10099
end

Formula/llvm-7.0.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ class Llvm70 < Formula
9393
depends_on "cmake" => :build
9494

9595
# requires gcc >= 4.8
96-
fails_with :gcc_4_0
97-
fails_with :gcc
96+
fails_with :gcc_4_2
9897
("4.3".."4.7").each do |n|
9998
fails_with :gcc => n
10099
end

0 commit comments

Comments
 (0)