diff options
| author | Jack Nagel | 2013-12-09 12:25:22 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-12-09 12:29:20 -0600 | 
| commit | e5853c6cde12f6da423f15a65261520fe56cac62 (patch) | |
| tree | f3ad1d0bb27b837a1cf3e6f718a770a32bf120b2 /Library/Formula/gnu-smalltalk.rb | |
| parent | 08c500c114c8d63abb61f49714343ebc25698dd6 (diff) | |
| download | homebrew-e5853c6cde12f6da423f15a65261520fe56cac62.tar.bz2 | |
Remove explicit xz deps from formulae with HEAD specs
These deps are only needed for the stable download, but they will get
pulled in for HEAD builds unless the are scoped appropriately (i.e.
inside a stable block).
Since they are also auto-detected from the URL now, we can just remove
them.
Diffstat (limited to 'Library/Formula/gnu-smalltalk.rb')
| -rw-r--r-- | Library/Formula/gnu-smalltalk.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb index 0968c61bb..26354aff2 100644 --- a/Library/Formula/gnu-smalltalk.rb +++ b/Library/Formula/gnu-smalltalk.rb @@ -22,7 +22,6 @@ class GnuSmalltalk < Formula    depends_on 'libtool' => :build    depends_on 'pkg-config' => :build -  depends_on 'xz'         => :build    depends_on 'gawk'       => :build    depends_on 'readline'   => :build    depends_on 'libffi'     => :recommended  | 
