Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Formula/gdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Gdb < Formula
mirror "https://ftpmirror.gnu.org/gdb/gdb-11.1.tar.xz"
sha256 "cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94"
license "GPL-3.0-or-later"
revision 1
head "https://sourceware.org/git/binutils-gdb.git", branch: "master"

bottle do
Expand All @@ -16,7 +17,7 @@ class Gdb < Formula
end

depends_on "gmp"
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "xz" # required for lzma support

uses_from_macos "texinfo" => :build
Expand Down Expand Up @@ -46,7 +47,7 @@ def install
--disable-debug
--disable-dependency-tracking
--with-lzma
--with-python=#{Formula["python@3.9"].opt_bin}/python3
--with-python=#{Formula["python@3.10"].opt_bin}/python3
--disable-binutils
]

Expand Down
3 changes: 2 additions & 1 deletion Formula/gdbgui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Gdbgui < Formula
url "https://files.pythonhosted.org/packages/4b/67/63e55e2fde8628603326e5a9f1882bf831f49b2feaa966aee602fced77ae/gdbgui-0.15.0.1.tar.gz"
sha256 "6f0ae578b9f7181c783227b692e8ed694a3e5c200b33e8512f2488644465060d"
license "GPL-3.0-only"
revision 1

bottle do
sha256 cellar: :any_skip_relocation, monterey: "66ab0fe289baa0e06dca98ce2c3fbb6179093da983faab5119967ca33554e372"
Expand All @@ -16,7 +17,7 @@ class Gdbgui < Formula
end

depends_on "gdb"
depends_on "python@3.9"
depends_on "python@3.10"

resource "bidict" do
url "https://files.pythonhosted.org/packages/bd/7c/83fbbc8568be511bc48704b97ef58f67ff2ab85ec4fcd1dad12cd2323c32/bidict-0.21.2.tar.gz"
Expand Down