aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgee.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-14 23:38:18 -0500
committerJack Nagel2014-03-14 23:40:32 -0500
commit15f606bae838205472686b1f8e3d170c749607ec (patch)
tree9c2ebe52a8dbe99fde1f2ce118d608aab10862a9 /Library/Formula/libgee.rb
parent8d118686b3c5c169cde3700eb5219604a2c0738f (diff)
downloadhomebrew-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/libgee.rb')
-rw-r--r--Library/Formula/libgee.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libgee.rb b/Library/Formula/libgee.rb
index f4292b6ff..c3f019a30 100644
--- a/Library/Formula/libgee.rb
+++ b/Library/Formula/libgee.rb
@@ -5,7 +5,6 @@ class Libgee < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/libgee/0.12/libgee-0.12.0.tar.xz'
sha256 'd106ed63fe0da5d5ee89aa8197a373cf9a2b96688cc3060144bfc0a022496ea5'
- depends_on 'xz' => :build
depends_on 'pkg-config' => :build
depends_on 'vala'