Skip to content

Commit

Permalink
app-vim/command-t: update supported ruby versions
Browse files Browse the repository at this point in the history
ruby20 and ruby21 aren't supported anymore in the tree.
  • Loading branch information
radhermit committed Aug 23, 2017
1 parent c946018 commit 03ce889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-vim/command-t/command-t-4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
USE_RUBY="ruby22 ruby23 ruby24"

inherit vim-plugin ruby-ng

Expand Down

0 comments on commit 03ce889

Please sign in to comment.