diff options
| author | Jack Nagel | 2014-04-14 18:50:39 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-14 18:51:17 -0500 |
| commit | 2d05637a3f9b469d32beeee556053df5c626b867 (patch) | |
| tree | c6a6fb9a9a793f2610c40192eb2e3b1641180d80 /Library/Formula/glib-networking.rb | |
| parent | f8eb3041a301b25ce45a1bdb94d507ebc453cb2f (diff) | |
| download | homebrew-2d05637a3f9b469d32beeee556053df5c626b867.tar.bz2 | |
Stop bottling glib-networking (for now)
This package installs files into the top-level gio modules directory,
thus the bottle only installs a bunch of locale files.
Diffstat (limited to 'Library/Formula/glib-networking.rb')
| -rw-r--r-- | Library/Formula/glib-networking.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/glib-networking.rb b/Library/Formula/glib-networking.rb index 09f1a6c8b..e9ea87baf 100644 --- a/Library/Formula/glib-networking.rb +++ b/Library/Formula/glib-networking.rb @@ -5,13 +5,6 @@ class GlibNetworking < Formula url 'http://ftp.gnome.org/pub/GNOME/sources/glib-networking/2.40/glib-networking-2.40.0.tar.xz' sha256 '54e9c2d81171353794d2d2113e1311dfafd889f10993099e447b431c4e800aa4' - bottle do - cellar :any - sha1 "1a1d55373f1ec279931a15c0313d7f7c9b7bf0a5" => :mavericks - sha1 "e4fc2cae57ba13b9becfefb8869c6e18c62d1dcc" => :mountain_lion - sha1 "67dbfa7f9fd9220690fcd3e0eb9f70ffcae5f3a9" => :lion - end - depends_on 'pkg-config' => :build depends_on 'intltool' => :build depends_on 'gettext' |
