aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-27 18:51:17 -0700
committerAdam Vandenberg2012-10-27 18:57:31 -0700
commit52ebaf60ef8e00905e61e27291ce639ea4432595 (patch)
tree2ed3b3013a02637966dafc64fabcf122ca09edda /Library
parent1611ba3edae4fe8c3f495f45a49d34249c6cf043 (diff)
downloadhomebrew-52ebaf60ef8e00905e61e27291ce639ea4432595.tar.bz2
argp-standalone: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/argp-standalone.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/argp-standalone.rb b/Library/Formula/argp-standalone.rb
index 00f3014af..8b5e0bc26 100644
--- a/Library/Formula/argp-standalone.rb
+++ b/Library/Formula/argp-standalone.rb
@@ -1,9 +1,5 @@
require 'formula'
-# This is an extraction of the Argp header and library from Glibc. It may be
-# used as a dependency for formulae that depend on the argp functionality of
-# Glibc.
-
class ArgpStandalone < Formula
homepage 'http://www.lysator.liu.se/~nisse/misc/'
url 'http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz'
@@ -11,7 +7,9 @@ class ArgpStandalone < Formula
def patches
# This patch fixes compilation with Clang.
- { :p0 => "https://trac.macports.org/export/86556/trunk/dports/devel/argp-standalone/files/patch-argp-fmtstream.h" }
+ {:p0 =>
+ "https://trac.macports.org/export/86556/trunk/dports/devel/argp-standalone/files/patch-argp-fmtstream.h"
+ }
end
def install