From 20f1e9419a5303e99a4104b7efd7e9d9ccb4bd31 Mon Sep 17 00:00:00 2001 From: commitay Date: Fri, 21 Sep 2018 13:51:58 +1000 Subject: [PATCH] gdb: fix component order --- Formula/gdb.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gdb.rb b/Formula/gdb.rb index 63368d9198..cd0ec1b0c1 100644 --- a/Formula/gdb.rb +++ b/Formula/gdb.rb @@ -12,14 +12,14 @@ class Gdb < Formula sha256 "ecd74563cbd79997a5396f882c44c113540e1a6987c7295ed934cd17b388eeba" => :el_capitan end - deprecated_option "with-brewed-python" => "with-python@2" - deprecated_option "with-guile" => "with-guile@2.0" - option "with-python", "Use the Homebrew version of Python; by default system Python is used" option "with-python@2", "Use the Homebrew version of Python 2; by default system Python is used" option "with-version-suffix", "Add a version suffix to program" option "with-all-targets", "Build with support for all targets" + deprecated_option "with-brewed-python" => "with-python@2" + deprecated_option "with-guile" => "with-guile@2.0" + depends_on "pkg-config" => :build depends_on "guile@2.0" => :optional depends_on "python" => :optional