Skip to content

Commit

Permalink
Merge pull request #7811 from rolandwalker/comment_arch_only_casks
Browse files Browse the repository at this point in the history
Comment out arch_only in 2 Casks
  • Loading branch information
rolandwalker committed Dec 5, 2014
2 parents b7eb666 + 7f0fc94 commit abc2a48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Casks/jaspersoft-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
license :oss

app "Jaspersoft Studio #{version}.final/Jaspersoft Studio.app"
caveats do
arch_only 'intel-64'
end

# todo
# depends_on :arch => :x86_64
end
6 changes: 3 additions & 3 deletions Casks/paraview.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
license :unknown

app 'paraview.app'
caveats do
arch_only 'intel-64'
end

# todo
# depends_on :arch => :x86_64
end

0 comments on commit abc2a48

Please sign in to comment.