Skip to content

Commit

Permalink
i386-elf-gdb: migrate to [email protected]
Browse files Browse the repository at this point in the history
Closes #90925.

Signed-off-by: rui <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
XuehaiPan authored and BrewTestBot committed Dec 10, 2021
1 parent 790d80f commit 325561c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/i386-elf-gdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class I386ElfGdb < Formula
mirror "https://ftpmirror.gnu.org/gdb/gdb-10.2.tar.xz"
sha256 "aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29"
license "GPL-3.0-or-later"
revision 1
revision 2
head "https://sourceware.org/git/binutils-gdb.git", branch: "master"

livecheck do
Expand All @@ -24,7 +24,7 @@ class I386ElfGdb < Formula
end

depends_on "i686-elf-gcc" => :test
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "xz" # required for lzma support

uses_from_macos "texinfo" => :build
Expand All @@ -50,7 +50,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
--with-system-zlib
--disable-binutils
]
Expand Down

0 comments on commit 325561c

Please sign in to comment.