diff options
| author | Jack Nagel | 2014-03-14 23:38:18 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-14 23:40:32 -0500 | 
| commit | 15f606bae838205472686b1f8e3d170c749607ec (patch) | |
| tree | 9c2ebe52a8dbe99fde1f2ce118d608aab10862a9 /Library/Formula/at-spi2-core.rb | |
| parent | 8d118686b3c5c169cde3700eb5219604a2c0738f (diff) | |
| download | homebrew-15f606bae838205472686b1f8e3d170c749607ec.tar.bz2 | |
Remove remaining explicit xz build-time deps
These dependencies are automatically detected from the URL, so declaring
them is redundant. If these formulae ever get a head or devel spec, then
explicit xz deps would need to be re-scoped appropriately. Thus we
should remove them.
Diffstat (limited to 'Library/Formula/at-spi2-core.rb')
| -rw-r--r-- | Library/Formula/at-spi2-core.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/at-spi2-core.rb b/Library/Formula/at-spi2-core.rb index 0a444d92d..1c5a2ba73 100644 --- a/Library/Formula/at-spi2-core.rb +++ b/Library/Formula/at-spi2-core.rb @@ -6,7 +6,6 @@ class AtSpi2Core < Formula    sha256 'd3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'glib'  | 
