aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnu-smalltalk.rb
diff options
context:
space:
mode:
authorJack Nagel2013-12-09 12:25:22 -0600
committerJack Nagel2013-12-09 12:29:20 -0600
commite5853c6cde12f6da423f15a65261520fe56cac62 (patch)
treef3ad1d0bb27b837a1cf3e6f718a770a32bf120b2 /Library/Formula/gnu-smalltalk.rb
parent08c500c114c8d63abb61f49714343ebc25698dd6 (diff)
downloadhomebrew-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.rb1
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