diff options
| author | Jack Nagel | 2012-04-22 18:00:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-22 18:00:05 -0500 |
| commit | c05d14c985e91cbb0e08f8052192f89a55b13d2e (patch) | |
| tree | ee72cb025a8dffb1a4c42403394a3e920d2561c9 /Library/Formula | |
| parent | e23b2fc2f824be491a533322d353f218f0b3a184 (diff) | |
| download | homebrew-c05d14c985e91cbb0e08f8052192f89a55b13d2e.tar.bz2 | |
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>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index d11cde7a5..3411b79dc 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -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 |
