Skip to content

Commit

Permalink
Get rid of obsolete ncurses workaround.
Browse files Browse the repository at this point in the history
Since we pull omnibus from github and the ncurses change has been merged,
we don't need the workaround anymore.
  • Loading branch information
mr-salty committed Sep 15, 2015
1 parent 678b04e commit 3a9ea19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/projects/td-agent2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
if ohai['platform_family'] == 'rhel' && ohai['platform_version'].split('.').first.to_i == 7
override :liblzma, :version => '5.1.2alpha'
end
# workaround until https://github.com/chef/omnibus-software/pull/473 is live.
override :ncurses, :version => '5.9'

# td-agent dependencies/components
dependency "td-agent"
Expand Down

0 comments on commit 3a9ea19

Please sign in to comment.