aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/fails_with_llvm.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-01-18 08:29:56 +0000
committerGitHub2018-01-18 08:29:56 +0000
commit892e1b5b4fb2ec1b71b9486d65a8932f713af8a0 (patch)
tree6767f47c5eaaa3681a73cf0375fec702f7f3eb9a /Library/Homebrew/compat/fails_with_llvm.rb
parente97b0ce00fc76b4fa32394279e7d84ed098b2164 (diff)
parent2cbce1fbf0a7a361f2be8b3545998f1a36ab3588 (diff)
downloadbrew-892e1b5b4fb2ec1b71b9486d65a8932f713af8a0.tar.bz2
Merge pull request #3652 from MikeMcQuaid/add-more-deprecations-disables
Add more deprecations, disable some existing ones.
Diffstat (limited to 'Library/Homebrew/compat/fails_with_llvm.rb')
-rw-r--r--Library/Homebrew/compat/fails_with_llvm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/compat/fails_with_llvm.rb b/Library/Homebrew/compat/fails_with_llvm.rb
index 4e8b94b03..47bda4e0b 100644
--- a/Library/Homebrew/compat/fails_with_llvm.rb
+++ b/Library/Homebrew/compat/fails_with_llvm.rb
@@ -1,9 +1,9 @@
class Formula
def fails_with_llvm(_msg = nil, _data = nil)
- odeprecated "Formula#fails_with_llvm in install"
+ odisabled "Formula#fails_with_llvm in install"
end
def self.fails_with_llvm(_msg = nil, _data = {})
- odeprecated "Formula.fails_with_llvm"
+ odisabled "Formula.fails_with_llvm"
end
end