Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]: deprecate #97742

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class SubversionAT18 < Formula

keg_only :versioned_formula

deprecate! date: "2020-12-21", because: :versioned_formula
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we make this :does_not_build since scons is on Python 3 but this formula needs Python 2, making it impossible to build in Homebrew.


depends_on "pkg-config" => :build
depends_on "scons" => :build # For Serf
depends_on "apr"
Expand Down