diff options
| author | Adam Vandenberg | 2014-05-22 13:07:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-22 13:07:03 -0700 |
| commit | 756b9665ad14030ee169a1cf42d5f4043e5c4e88 (patch) | |
| tree | ac2a2bb65aace260300a95ffd1ffc70a8285a486 /Library/Formula/gnumeric.rb | |
| parent | 2ed8b16a083f670f891e549509bde66a85e77103 (diff) | |
| download | homebrew-756b9665ad14030ee169a1cf42d5f4043e5c4e88.tar.bz2 | |
gnumeric: fix typo
Closes #29500.
Diffstat (limited to 'Library/Formula/gnumeric.rb')
| -rw-r--r-- | Library/Formula/gnumeric.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnumeric.rb b/Library/Formula/gnumeric.rb index f450854ef..938e14824 100644 --- a/Library/Formula/gnumeric.rb +++ b/Library/Formula/gnumeric.rb @@ -11,7 +11,7 @@ class Gnumeric < Formula depends_on "intltool" => :build depends_on "gettext" depends_on "goffice" - depends_on "pygobject" => if build.include? "python-scripting" + depends_on "pygobject" if build.include? "python-scripting" depends_on "rarian" depends_on :x11 |
