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 | |
| 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')
| -rw-r--r-- | Library/Formula/cogl.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/gnu-smalltalk.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libav.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libvorbis.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/mplayer.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/pass.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/vala.rb | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index 563dd94cf..fdd73e346 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -10,7 +10,6 @@ class Cogl < Formula option 'without-x', 'Build without X11 support' depends_on 'pkg-config' => :build - depends_on 'xz' => :build depends_on 'cairo' => 'with-glib' depends_on 'glib' depends_on 'pango' 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 diff --git a/Library/Formula/libav.rb b/Library/Formula/libav.rb index eb6fb850c..2b4fc9176 100644 --- a/Library/Formula/libav.rb +++ b/Library/Formula/libav.rb @@ -27,7 +27,6 @@ class Libav < Formula depends_on 'pkg-config' => :build depends_on 'yasm' => :build - depends_on 'xz' => :build # manpages won't be built without texi2html depends_on 'texi2html' => :build if MacOS.version >= :mountain_lion diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb index 90be00602..cf3f6f73a 100644 --- a/Library/Formula/libvorbis.rb +++ b/Library/Formula/libvorbis.rb @@ -15,7 +15,6 @@ class Libvorbis < Formula option :universal - depends_on 'xz' => :build depends_on 'pkg-config' => :build depends_on 'libogg' diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index a6564503c..7dfafdb4d 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -11,7 +11,6 @@ class Mplayer < Formula option 'without-osd', 'Build without OSD' depends_on 'yasm' => :build - depends_on 'xz' => :build depends_on 'libcaca' => :optional depends_on :x11 if build.include? 'with-x' diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb index 894f42627..7d49e4729 100644 --- a/Library/Formula/pass.rb +++ b/Library/Formula/pass.rb @@ -7,7 +7,6 @@ class Pass < Formula head 'http://git.zx2c4.com/password-store', :using => :git - depends_on 'xz' => :build depends_on 'pwgen' depends_on 'tree' depends_on 'gnu-getopt' diff --git a/Library/Formula/vala.rb b/Library/Formula/vala.rb index 546a69282..c59fea58c 100644 --- a/Library/Formula/vala.rb +++ b/Library/Formula/vala.rb @@ -8,7 +8,6 @@ class Vala < Formula head 'git://git.gnome.org/vala' depends_on 'pkg-config' => :build - depends_on 'xz' => :build depends_on 'gettext' depends_on 'glib' |
