From c59be1a930fa1237e3ea84dca9c484037f1ba5a1 Mon Sep 17 00:00:00 2001 From: Camillo Lugaresi Date: Sat, 25 Feb 2012 03:25:43 -0600 Subject: Remove libiconv duplicate Commit ee2c3ab ("Remove spurious libiconv dependencies") pruned all existing "depends_on 'libiconv'" usages from Homebrew in preparation for removing the libiconv dupe itself. Now that is done, and we can remove and blacklist it. It can be obtained from Homebrew-alt. Closes Homebrew/homebrew#10464. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 5e6b982c3..808b2db81 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -340,7 +340,7 @@ def check_xcode_prefix if prefix.to_s.match(' ') <<-EOS.undent Xcode is installed to a directory with a space in the name. - This will cause some formulae, such as libiconv, to fail to build. + This will cause some formulae to fail to build. EOS end end -- cgit v1.2.3