Skip to content

Commit 5af0b84

Browse files
authored
Merge pull request #196791 from Homebrew/does_not_build
titan-server vera++ wagyu: use `:does_not_build`
2 parents 693c43b + 832c6f4 commit 5af0b84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Formula/t/titan-server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class TitanServer < Formula
2525
# community has forked the project to janusgraph
2626
# https://github.com/thinkaurelius/titan/issues/1393
2727
# https://github.com/thinkaurelius/titan/issues/1392
28-
disable! date: "2025-01-01", because: :unmaintained
28+
disable! date: "2025-01-01", because: :does_not_build
2929

3030
on_linux do
3131
depends_on "openjdk"

Formula/v/vera++.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Veraxx < Formula
2626
# luabind resource tarball is no longer available so does not build.
2727
# Also uses unmaintained/EOL versions of `boost` and `lua` as resources.
2828
# Last release on 2015-01-22
29-
deprecate! date: "2024-10-09", because: :unmaintained
29+
deprecate! date: "2024-10-09", because: :does_not_build
3030

3131
depends_on "cmake" => :build
3232

Formula/w/wagyu.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Wagyu < Formula
2424
# https://github.com/howardwu/wagyu/issues/280
2525
# https://github.com/howardwu/wagyu/issues/282
2626
# https://github.com/howardwu/wagyu/issues/285
27-
deprecate! date: "2024-09-11", because: :unmaintained
27+
deprecate! date: "2024-09-11", because: :does_not_build
2828

2929
depends_on "rust" => :build
3030

0 commit comments

Comments
 (0)