aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/riak.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-25 15:22:32 -0800
committerAdam Vandenberg2012-02-25 15:22:32 -0800
commitdfcc838b6640466dced2d51b8c31299af3f52940 (patch)
treefbbb2b179e4a27e83bd96f6464952dfbe47f51f3 /Library/Formula/riak.rb
parent72b53178c384cfb44277b3632df59892620ce17e (diff)
downloadhomebrew-dfcc838b6640466dced2d51b8c31299af3f52940.tar.bz2
Add "require hardware" to formula.rb
Now individual formulae don't need to require this if they want to use Hardware methods outside of `def install`.
Diffstat (limited to 'Library/Formula/riak.rb')
-rw-r--r--Library/Formula/riak.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb
index cbaeae740..6f483c85d 100644
--- a/Library/Formula/riak.rb
+++ b/Library/Formula/riak.rb
@@ -1,5 +1,4 @@
require 'formula'
-require 'hardware'
class Riak < Formula
homepage 'http://wiki.basho.com/Riak.html'