gettext: remove Snow Leopard bottle
The bottle was linked against libunistring, which is not a hard dependency but gets picked up by the build if its present; this results in breakage on systems where libunistring is not installed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ea55558357
commit
9f90cd8794
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ class Gettext < Formula
|
|||
keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path."
|
||||
|
||||
bottle do
|
||||
sha1 '00c070602b107bc8551ae35d63e023665d88e480' => :snowleopard
|
||||
sha1 'c75fdb192f1b49c9e7e2039c66e24f60f26bc027' => :lion
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue