app-vim/command-t: update supported ruby versions
authorTim Harder <radhermit@gentoo.org>
Wed, 23 Aug 2017 13:33:24 +0000 (09:33 -0400)
committerTim Harder <radhermit@gentoo.org>
Wed, 23 Aug 2017 14:45:39 +0000 (10:45 -0400)
ruby20 and ruby21 aren't supported anymore in the tree.

app-vim/command-t/command-t-4.0.ebuild

index e4769e6c9c1b03a48494b9aa7d6719e4bc64b603..2fd8e262124a8982dc659ea8c1a0be08f03826d3 100644 (file)
@@ -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