From 1781f01d289b0a0dee6396a47b1fb7388f83f4ac Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Tue, 27 Apr 2021 00:09:31 -0400 Subject: [PATCH] man: allow to run on Apple Silicon --- Library/Homebrew/dev-cmd/man.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Library/Homebrew/dev-cmd/man.rb b/Library/Homebrew/dev-cmd/man.rb index 3d15f07424..22d65ede3b 100644 --- a/Library/Homebrew/dev-cmd/man.rb +++ b/Library/Homebrew/dev-cmd/man.rb @@ -21,8 +21,6 @@ module Homebrew Homebrew::CLI::Parser.new do description <<~EOS Generate Homebrew's manpages. - - *Note:* Not (yet) working on Apple Silicon. EOS switch "--fail-if-not-changed", description: "Return a failing status code if no changes are detected in the manpage outputs. "\ @@ -34,11 +32,6 @@ module Homebrew end def man - # TODO: update description above if removing this. - if !ENV["HOMEBREW_SILICON_DEVELOPER"] && Hardware::CPU.arm? - raise UsageError, "not (yet) working on Apple Silicon!" - end - args = man_args.parse Commands.rebuild_internal_commands_completion_list