Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit a71badc

Browse files
authored
Merge pull request #50 from MikeMcQuaid/coverage
portable-ruby: enable coverage.
2 parents 7240b23 + 63c38f0 commit a71badc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Formula/portable-ruby.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class PortableRuby < PortableFormula
88
mirror "http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.bz2"
99
sha256 "882e6146ed26c6e78c02342835f5d46b86de95f0dc4e16543294bc656594cc5b"
1010

11+
bottle do
12+
cellar :any_skip_relocation
13+
rebuild 1
14+
sha256 "34ce9e4c9c1be28db564d744165aa29291426f8a3d2ef806ba4f0b9175aedb2b" => :leopard_64_or_later
15+
end
16+
1117
depends_on "make" => :build if OS.mac? && MacOS.version < :leopard
1218
depends_on "makedepend" => :build
1319
depends_on "pkg-config" => :build
@@ -76,7 +82,7 @@ def install
7682
--prefix=#{prefix}
7783
--enable-load-relative
7884
--with-static-linked-ext
79-
--with-out-ext=tk,sdbm,gdbm,dbm,dl,coverage,fiddle
85+
--with-out-ext=tk,sdbm,gdbm,dbm,dl,fiddle
8086
--disable-install-doc
8187
--disable-install-rdoc
8288
--disable-dtrace

cmd/brew-portable-package.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
include FileUtils
1818

1919
BOTTLE_ARGS = %w[
20-
--no-rebuild
2120
--keep-old
2221
--write
2322
--no-commit

0 commit comments

Comments
 (0)