Skip to content

Commit d64e732

Browse files
committed
xrootd: migrate to pkgconf
1 parent 13c19b0 commit d64e732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/x/xrootd.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Xrootd < Formula
1818
end
1919

2020
depends_on "cmake" => :build
21-
depends_on "pkg-config" => :build
21+
depends_on "pkgconf" => :build
2222
depends_on "[email protected]" => [:build, :test]
2323
depends_on "davix"
2424
depends_on "krb5"
@@ -67,9 +67,9 @@ def install
6767
test do
6868
assert_match version.to_s, shell_output("#{bin}/xrootd -v 2>&1")
6969

70-
system python3, "-c", <<~EOS
70+
system python3, "-c", <<~PYTHON
7171
import XRootD
7272
from XRootD import client
73-
EOS
73+
PYTHON
7474
end
7575
end

0 commit comments

Comments
 (0)